Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import broken on branch #10720

Closed
i19 opened this issue May 13, 2019 · 4 comments
Closed

import broken on branch #10720

i19 opened this issue May 13, 2019 · 4 comments

Comments

@i19
Copy link

i19 commented May 13, 2019

https://github.com/etcd-io/etcd/blob/master/clientv3/kv.go#L20

where is the v3 directory ?

@jpbetz
Copy link
Contributor

jpbetz commented May 14, 2019

See #10640. What build command go version are you building with? Is GO111MODULE set to "on"?

@i19
Copy link
Author

i19 commented May 20, 2019

➜ ~ go version
go version go1.12.5 darwin/amd64
➜ ~ GO111MODULE="on" go get -v go.etcd.io/etcd/clientv3

r, _ :=etcd.Client.Get(context.Background(), "/k1")

r has only OpResponse() method, but no Kvs() which is what i really need.

@gyuho
Copy link
Contributor

gyuho commented May 28, 2019

Please try again with #10766.

@gyuho gyuho closed this as completed May 28, 2019
@i19
Copy link
Author

i19 commented Jun 3, 2019

it works, thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants