miketheprogrammer / go-thrust

Cross Platform UI Kit powered by Blink/V8/Chromium Content Lib
MIT License
445 stars 34 forks source link

Error happened when ·go get -v github.com/miketheprogrammer/go-thrust· #68

Closed shawnye closed 8 years ago

shawnye commented 8 years ago

C:\Users\shawn>go get -v github.com/miketheprogrammer/go-thrust github.com/miketheprogrammer/go-thrust (download) github.com/miketheprogrammer/go-thrust/lib/common github.com/miketheprogrammer/go-thrust/lib/commands github.com/miketheprogrammer/go-thrust/lib/connection github.com/miketheprogrammer/go-thrust/lib/spawn ·#· github.com/miketheprogrammer/go-thrust/lib/spawn E:\WORKSPACE\go\libs\src\github.com\miketheprogrammer\go-thrust\lib\spawn\download.go:20: undefined: PathNotExist

miketheprogrammer commented 8 years ago

I apologize for the inconvenience guys. I have not had even a moment to patch it. I will try to patch later from my hotel room if internet is good On Feb 22, 2016 5:13 AM, "Shawn Ye" notifications@github.com wrote:

C:\Users\shawn>go get -v github.com/miketheprogrammer/go-thrust github.com/miketheprogrammer/go-thrust (download) github.com/miketheprogrammer/go-thrust/lib/common github.com/miketheprogrammer/go-thrust/lib/commands github.com/miketheprogrammer/go-thrust/lib/connection github.com/miketheprogrammer/go-thrust/lib/spawn github.com/miketheprogrammer/go-thrust/lib/spawn

E:\WORKSPACE\go\libs\src\github.com\miketheprogrammer\go-thrust\lib\spawn\download.go:20: undefined: PathNotExist

— Reply to this email directly or view it on GitHub https://github.com/miketheprogrammer/go-thrust/issues/68.

miketheprogrammer commented 8 years ago

can you try again. Should be fixed. let me know

prvst commented 8 years ago

hi @miketheprogrammer . I'm still having the same error.

tehbilly commented 8 years ago

@Leprevost Try running go get -u -v github.com/miketheprogrammer/go-thrust/... to force go get to update. Alternatively, delete ${GOPATH}/src/github.com/miketheprogrammer/go-thrust and try again.

prvst commented 8 years ago

thanks, that resolved the issue with the installation.

tehbilly commented 8 years ago

Cheers! Going to close the issue.

A side note, adding -u to go get has become second nature to me, because the default of assuming the local version is the version to want leads to issues like this. Give it a try in the future for just about anything you have problems with.