go get github.com/laher/goxc failing [windows]
Closed this issue · 1 comments
coreybutler commented
I'm not sure if I'm doing something wrong... just trying to follow the instructions in the README. I've installed Go from source and it's working. When attempting go get github.com/laher/goxc
, the response indicates several missing files. I'm running Windows 8.1.
C:\Users\Corey\Documents\workspace\Experiments\goxc>go get github.com/laher/goxc
# github.com/laher/goxc/core
open src\github.com\laher\goxc\core\constants.go: No such file or directory
# github.com/laher/argo/ar
open src\github.com\laher\argo\ar\common.go: No such file or directory
# github.com/laher/goxc/typeutils
open src\github.com\laher\goxc\typeutils\mapstringinterfaceutils.go: No such file or directory
# github.com/debber/debber-v0.3/targz
open src\github.com\debber\debber-v0.3\targz\reader.go: No such file or directory
# github.com/laher/goxc/source
open src\github.com\laher\goxc\source\parser.go: No such file or directory
I'm hoping I just missed something easy.
coreybutler commented
I was missing something easy... malformed GOPATH
.