Skip to content

Commit

Permalink
clientv3: Added doc.go for leasing
Browse files Browse the repository at this point in the history
  • Loading branch information
visheshnp committed Aug 3, 2017
1 parent 44d9376 commit 2ccbf65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clientv3/leasing/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
// leasingCli.Get(context.TODO(), "abc")
//
// Local reads:
//
// resp,_ := leasingCli.Get(context.TODO(), "abc")
// fmt.Printf("%s\n", resp.Kvs[0].Value)
// //Output: 123 (served locally)
Expand Down

0 comments on commit 2ccbf65

Please sign in to comment.