Explorar o código

clientv3/namespace: fixed an error in the doc.go

ka1em %!s(int64=8) %!d(string=hai) anos
pai
achega
c143545d13
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      clientv3/namespace/doc.go

+ 1 - 1
clientv3/namespace/doc.go

@@ -36,7 +36,7 @@
 //	fmt.Printf("%s\n", resp.Kvs[0].Value)
 //	// Output: 123
 //	unprefixedKV.Put(context.TODO(), "my-prefix/abc", "456")
-//	resp, _ = cli.Get("abc")
+//	resp, _ = cli.Get(context.TODO(), "abc")
 //	fmt.Printf("%s\n", resp.Kvs[0].Value)
 //	// Output: 456
 //