I am trying to create some GO tools in my project. First i run
go get golang.org/x/tools/benchmark/parse
Folder / binary structure displays correctly in
$GOPATH/src/golang.org/x/tools/benchmark/parse
I tried to run: go build golang.org/x/tools/benchmark/parse
and
go install golang.org/x/tools/benchmark/parse
however binaries still not showing up in my $GOPATH/bin
Any help is much appreciated!
source
share