My build system was missing golang.org/x/net/lex/httplex and issuing go get
for this package was giving me that message without actually retrieving the
httplex sub-package. I assumed it meant go get was failing. I will try to
verify tomorrow though.
On Wed, Apr 4, 2018 at 11:43 PM, Volker Dobler
Just to make sure: go get golang.org/x/net works, it does
download all for golang.org/x/net and the message is
just an information.
V.
On Thursday, 5 April 2018 04:21:15 UTC+2, Lee Painton wrote:
>
> Trying the listed command returns:
> package golang.org/x/net: no Go files in /Users/lpainton/go
As golang.org/x/net is not a Go package the result is
to be expected. I wonder where you found documented
that go get -u golang.org/x/net should behave differently?
V.
On Thursday, 5 April 2018 04:21:15 UTC+2, Lee Painton wrote:
>
> Trying the listed command returns:
> package golang.org/x/net: