-
Notifications
You must be signed in to change notification settings - Fork 10
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 path question #11
Comments
Right now it's a bit limited because imports in this package point to original docker/libkv package. The best way right now is to use it with package manager that has support for aliasing (like glide). |
@Akagi201 I agree that we should do something about it, still thinking about the best way to handle this. There are two possibilities:
|
Aliasing is a hacky solution and, even though some of the package managers support that, dep (which will likely become official package manager) will not support it (golang/dep#191).
That's true but it's only a simple, one-time operation which simplifies usage and contribution. |
Hey, any thoughts here? :) |
|
@abronan Should we switch to https://github.com/abronan/valkeyrie? |
I want to use libkv for now.
Could I use
import "github.com/abronan/libkv"
now?I hope this repo could work completely and all path is correct.
The text was updated successfully, but these errors were encountered: