Re: [go-nuts] Re: Go 1.8.1 is released

2017-05-08 Thread Dan Kortschak
Is github not visible from there? If it is, clone the repos from github to the expected locations for $GOPATH and $GOROOT. On Mon, 2017-05-08 at 19:39 +0500, Micky wrote: > It's just politics! > > Simply use a VPN, Tor or a proxy to bypass the filter! -- You received this message because you

Re: [go-nuts] Re: Go 1.8.1 is released

2017-05-08 Thread Micky
It's just politics! Simply use a VPN, Tor or a proxy to bypass the filter! On Sun, May 7, 2017 at 8:59 PM, ahochauwa wrote: > Hello, > > This issue might help you understand why: > https://github.com/golang/go/issues/12380 > > I hope one day Golang would be available without any restriction

Re: [go-nuts] Re: Go 1.8.1 is released

2017-05-07 Thread ahochauwaaaaa
Hello, This issue might help you understand why: https://github.com/golang/go/issues/12380 I hope one day Golang would be available without any restrictions :-( Yoshiyuki 2017/05/08 0:36、abbasnagh...@gmail.com: Why the Iranians have blocked? Is free and open source language golang? -- You rec

Re: [go-nuts] Re: Go 1.8.1 is released

2017-04-09 Thread Dave Cheney
I recommend always using the command go install -v This does two things go install will store compiled packages in $GOPATH/pkg for reuse by subsequent compilation. -v will print the name of every package as it is compiled. If the list is long the first time you invoke the command, this is be

Re: [go-nuts] Re: Go 1.8.1 is released

2017-04-09 Thread Caleb Spare
You probably need to rebuild dependencies. (go build -i / go test -i / go install) On Sun, Apr 9, 2017 at 6:52 PM, sachin walia wrote: > Thanks for releasing update so quickly. I've noticed that my build time has > increased in 1.8.1 compared to 1.8. Is it a regression or something that > team is

Re: [go-nuts] Re: Go 1.8.1 is released

2017-04-08 Thread matiasbaruchinsaurralde
Nice visualization! El viernes, 7 de abril de 2017, 17:16:54 (UTC-3), bradfitz escribió: > > > > On Fri, Apr 7, 2017 at 11:16 AM, Nathan Kerr > wrote: > >> Thanks for all the hard work! >> >> I have updated my go release timeline >> visual

Re: [go-nuts] Re: Go 1.8.1 is released

2017-04-07 Thread pedroso
Nice graph -- 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.

Re: [go-nuts] Re: Go 1.8.1 is released

2017-04-07 Thread Brad Fitzpatrick
On Fri, Apr 7, 2017 at 11:16 AM, Nathan Kerr wrote: > Thanks for all the hard work! > > I have updated my go release timeline > visualization. > Neat! -- You received this message because you are subscribed to the Google Groups "golang-