Error happened when ·go get -v github.com/miketheprogrammer/go-thrust·
Closed this issue · 6 comments
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
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/spawnE:\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
#68.
can you try again. Should be fixed. let me know
hi @miketheprogrammer . I'm still having the same error.
@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.
thanks, that resolved the issue with the installation.
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.