-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Small v2 package annoyance #112
Comments
I could try to delete the tag and create it again |
Hey, not sure that will solve anything. |
|
That is correct, but usually you should be able to get the latest version by doing |
Awh found it.
|
The version problem is really annoying. Git using v2.0.0-alpha.2, but it is not the latest repository. The document said the default engine is bblot, but the fact is not, The default engine is /badger/v3. In the v2, I could not found how to switch to the bbolt engine. The project is good, but the version and doc seems stop the new user. |
I could not find the way to use the latest repository code. Is there any suggestion? |
@joyhope: just pushed a new tag, which should fix your issue. Let me know if that works |
thank you very much. I just found a model replace could solve the problem, but it is a ugly solution. ( I had to manual copy your repository. After you update, it seems perfect to use the normal method. It works. Thanks !!! |
@ostafen so here v2 just meant a 'dev' version (or actually a branch and/but it is 'default' branch)? |
Hey there, I'm playing around with clover which looks really nice, so thank you for open sourcing it! :)
This is just a very small annoyance when trying to use this library for which I don't think a PR can help.
tl;dr: I think that go is getting confused with the v2 branch name being the main branch?
trying to
go get
clover's v2 package tried to get the latest "alpha" tag instead of the v2 git branch.the error seems to be because I'm trying to use the document package that didn't exist when the tag was created.
same with latest, kinda expected this.
trying to explicitely get the v2 branch fails, this one is the weird one for me.
to get the latest version for v2 I need to actually use the latest commit sha.
other branch names also work as expected.
ps. It's getting a bit late here so I hope I'm not just missing something completely obvious here and wasting your time, I do apologise in advance though if that's the case :D
The text was updated successfully, but these errors were encountered: