-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
cmd/go: <go module bug with github.com/ugorji/go > #29332
Comments
I guess is git project cannot named go keyword |
I try to specify github.com/ugorji/go version to v1.1.1 |
So you really do have two copies of the package: if you want the version from Please try that and let us know if you're still stuck. |
awesome, go build was work |
What do you mean by "it will block" ? Is it still an issue with Go ? |
@agnivade
will block etcd version:
|
Sorry, I still do not understand what do you mean by "block" and how is this a Go issue ? To clarify - your original issue was a versioning problem which got resolved. Now, from what I understand, this is a separate issue with etcd versions. Could you kindly clarify my questions ? Thanks. |
code in github gist "block" means the program does not quit itself |
This sounds like an etcd issue rather than a Go bug. Have you tried filing a bug in the etcd repo ? In any case, this is a separate issue than the original bug. If you think this is a Go bug, please open a new issue with more details which can point to somewhere in the core standard library or runtime. Like, dump a goroutine stack trace when its stuck. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
code in github gist
What did you expect to see?
nothing
What did you see instead?
The text was updated successfully, but these errors were encountered: