[go-nuts] Re: go build issue with 1.9 version

2018-01-19 Thread desaiabhijit
removed/uninstalled older version from mac which I installed by brew from /usr/local/go then downloaded tar and extracted to same folder from https://golang.org/dl/ setup path and goroot folders accordingly https://golang.org/doc/install basically manual installation rather than brew hope it wil

[go-nuts] Re: go build issue with 1.9 version

2018-01-19 Thread wstl89
could you share how you solved this issue? 在 2017年12月6日星期三 UTC+8下午9:13:08,Abhijit Desai写道: > > it's sorted.. freshly installed > > On Wednesday, December 6, 2017 at 4:57:21 PM UTC+4, Abhijit Desai wrote: >> >> getting below issue while building on Mac.. please help >> >> >> >> go build myapp.go >>

[go-nuts] Re: go build issue with 1.9 version

2017-12-06 Thread desaiabhijit
it's sorted.. freshly installed On Wednesday, December 6, 2017 at 4:57:21 PM UTC+4, Abhijit Desai wrote: > > getting below issue while building on Mac.. please help > > > > go build myapp.go > /usr/local/go/src/crypto/tls/cipher_suites.go:18:2: cannot find package > "golang_org/x/crypto/chacha20p

[go-nuts] Re: go build issue with 1.9 version

2017-12-06 Thread desaiabhijit
I can see it's under /usr/local/go/src*/vendor/*golang_org/x/crypto/chacha20poly1305 (from $GOROOT) but how to resolve it Thanks, On Wednesday, December 6, 2017 at 4:57:21 PM UTC+4, Abhijit Desai wrote: > > getting below issue while building on Mac.. please help > > > > go build myapp.go > /