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

Fix import paths in subpackages #51

Open
epicfilemcnulty opened this issue Feb 26, 2018 · 0 comments
Open

Fix import paths in subpackages #51

epicfilemcnulty opened this issue Feb 26, 2018 · 0 comments

Comments

@epicfilemcnulty
Copy link

The repo was recently forked, but the import paths in subpackages files (store/consul/consul.go, store/redis/redis.go, etc) have not been updated and still point to docker/libkv. This lead to various compilation errors, for example:

# github.com/abronan/libkv/store/consul
/home/vlad/go/src/github.com/abronan/libkv/store/consul/consul.go:170:40: undefined: store.ReadOptions
/home/vlad/go/src/github.com/abronan/libkv/store/consul/consul.go:232:43: undefined: store.ReadOptions
/home/vlad/go/src/github.com/abronan/libkv/store/consul/consul.go:244:47: undefined: store.ReadOptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant