Skip to content

Commit 6b97ef5

Browse files
authored
Merge pull request #602 from snoojen/patch-2
Update index-golang.mdx
2 parents cebd348 + 6ac6d14 commit 6b97ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/develop/golang/index-golang.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ func main() {
192192
DB: 0,
193193
})
194194

195-
pong, err := client.Ping(client.Context()).Result()
195+
pong, err := client.Ping().Result()
196196
fmt.Println(pong, err)
197197

198198
}

0 commit comments

Comments
 (0)