Skip to content

Commit

Permalink
add missing semicolon to read me example
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Gaetano Padula committed Jan 1, 2024
1 parent 2afd23a commit 2a1820e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func main() {
ClusterPort: 7681,
Username: "someuser",
Password: "somepassword",
ClusterReadTimeout: time.Now().Add(time.Second * 10)
ClusterReadTimeout: time.Now().Add(time.Second * 10),
}
err := client.Connect()
Expand Down

0 comments on commit 2a1820e

Please sign in to comment.