-
Notifications
You must be signed in to change notification settings - Fork 57
Fix silent failure when using Go 1.6+ #8
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
base: master
Are you sure you want to change the base?
Conversation
|
This fixed the tool for me too, using go 1.5.3. |
|
Just for reference: this has nothing to do with the Go version – the error comes from the Nevertheless, this PR should be merged immediately. :) |
|
This fixed the tool for me as well. Thanks! |
|
Thanks @hirokidaichi for this beautiful tool -- and @richardwilkes for this fix. Works for me. |
|
Thanks @richardwilkes. Until this is merged, I'm installing a patched version of Goviz as follows: mkdir -p ${GOPATH}/src/github.com/hirokidaichi/goviz
git clone git@github.com:RobotsAndPencils/goviz.git ${GOPATH}/src/github.com/hirokidaichi/goviz -o fork
go install github.com/hirokidaichi/govizUPDATE: that doesn't grab dependencies of goviz though, so I'm going to just rewrite import paths to make it simpler: go get -u github.com/RobotsAndPencils/goviz(I may merge some of the other pull requests there as well) |
|
Thanks for that patch @nathany, it worked for me. 👍 |
|
Mh, this still doesn't work. I keep getting |
|
Feel free to use my fork until this gets reviewed/merged. |
|
Thank you for the fork @nathany (and for the original fix @richardwilkes)! |
|
@adrianbrink not sure if this is by design, but try doing a |
|
Without this patch |
|
The value I give to |
|
Great tool @hirokidaichi. I did run into Just a note if people run into this, I ran the command from $GOPATH; |
|
Seems there's no update. May @hirokidaichi merge this please? Issue #12 is still active and should be definitively resolved with this! 👍 |
This really fixes the issue! |
This fixes issue #6