Member since
06-03-2016
1
Post
0
Kudos Received
0
Solutions
06-03-2016
01:58 PM
Hello, Thank you very much! The workaround about gopkg.in/gcfg.v1 was really useful. Nevertheless, you should verify some commands that are not working for me. Ex: $ yum install -> needs sudo $ cd $GOPATH/src/github.com/linkedin/Burrow -> should be burrow You need to execute this command before "go install" mv $GOPATH/src/gopkg.in/gcfg/ $GOPATH/src/gopkg.in/gcfg.v1 Otherwise you will get onfig.go:16:2: cannot find package "gopkg.in/gcfg.v1" in any of: Also, I think is not required to "add the GOROOT/bin directory to your $PATH" because you are already doing symbolic link and on the other hand, you may use "sudo yum install golang". Thanks again, this post helped me a lot.
... View more