Skip to content

Commit 6ac6d14

Browse files
authored
Update index-golang.mdx
1 parent 0d7d468 commit 6ac6d14

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)