Re: [go-nuts] Re: go get -u golang.org/x/net does not work as documented

2018-04-04 Thread Lee Painton
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 
wrote:

> 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/src/golang.
>> org/x/net
>>
>> Workaround is trivial, but the documentation on
>> https://github.com/golang/net is wrong
>>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] Re: go get -u golang.org/x/net does not work as documented

2018-04-04 Thread 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/src/
> golang.org/x/net
>
> Workaround is trivial, but the documentation on 
> https://github.com/golang/net is wrong
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] Re: go get -u golang.org/x/net does not work as documented

2018-04-04 Thread Volker Dobler
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: no Go files in /Users/lpainton/go/src/
> golang.org/x/net
>
> Workaround is trivial, but the documentation on 
> https://github.com/golang/net is wrong
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.