[go-nuts] Re: Go 1.16 is released

2021-02-23 Thread 'simon place' via golang-nuts
nothing compiles any more!

i seem to be being forced to add, to some projects 9 years old 
(unnecessary) module support, or, add notes to all their docs that they 
need to be compiled in versions older than 1.16, or have to have an obscure 
parameter set.

there really wasn't a non-breaking way to do this?

seems to me this has effectively become part of the language and should be 
implemented in accordance with the go1 backward compat. guarantee. what 
difference does it make to a user when things stop compiling like this.
On Tuesday, 16 February 2021 at 19:56:37 UTC Alex Rakoczy wrote:

> Hello gophers,
>
> We just released Go 1.16
>
> To find out what has changed in Go 1.16, read the release notes:
> https://golang.org/doc/go1.16
>
> You can download binary and source distributions from our download page:
> https://golang.org/dl/
>
> If you have Go installed already, an easy way to try go1.16
> is by using the go command:
> $ go get golang.org/dl/go1.16
> $ go1.16 download
>
> To compile from source using a Git clone, update to the release with
> "git checkout go1.16" and build as usual.
>
> Thanks to everyone who contributed to the release!
>
> Cheers,
> Alex and Dmitri for the Go Team
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/da9d75a9-ba86-4ed6-ade4-bd80b7908176n%40googlegroups.com.


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

2021-02-16 Thread Fernando Meyer
$ go get -u github.com/boyter/scc/
go: downloading github.com/boyter/scc v1.12.1
go: downloading github.com/boyter/scc v2.12.0+incompatible
go: downloading github.com/spf13/cobra v1.1.3
go: downloading golang.org/x/text v0.3.5
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/dbaggerman/cuba v0.3.2
go: downloading github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
go: downloading github.com/monochromegane/go-gitignore 
v0.0.0-20200626010858-205db1a8cc00
~ took 12s
$ go get -u github.com/rakyll/gotest
go: downloading github.com/rakyll/gotest v0.0.5
go: downloading github.com/mattn/go-isatty v0.0.11
go: downloading golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
go: downloading golang.org/x/sys v0.0.0-20210216163648-f7da38b97c65
~ took 3s
$ go version
go version go1.16 linux/amd64

I just tested on both linux and M1 and it's working for me. What OS have you 
tried? 

Are you facing any networking issues? 
Can you ping github.com? 


Best, 

--
  Fernando Meyer
 


On Tue, Feb 16, 2021, at 9:34 PM, Peter Kleiweg wrote:
> `go get` is broken. It doesn't download packages.
> 
> Op dinsdag 16 februari 2021 om 20:56:37 UTC+1 schreef Alex Rakoczy:
>> Hello gophers, 
>> 
>> We just released Go 1.16 
>> 
>> To find out what has changed in Go 1.16, read the release notes: 
>> https://golang.org/doc/go1.16 
>> 
>> You can download binary and source distributions from our download page: 
>> https://golang.org/dl/ 
>> 
>> If you have Go installed already, an easy way to try go1.16 
>> is by using the go command: 
>> $ go get golang.org/dl/go1.16 
>> $ go1.16 download 
>> 
>> To compile from source using a Git clone, update to the release with 
>> "git checkout go1.16" and build as usual. 
>> 
>> Thanks to everyone who contributed to the release! 
>> 
>> Cheers, 
>> Alex and Dmitri for the Go Team 
> 

> -- 
> 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.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/040e8124-7675-4767-9348-90ab88908ac8n%40googlegroups.com
>  
> .

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/75cfd397-3570-4b99-949f-145dcf0db716%40www.fastmail.com.


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

2021-02-16 Thread Brad Fitzpatrick
Elaborate?

On Tue, Feb 16, 2021 at 12:34 PM Peter Kleiweg  wrote:

> `go get` is broken. It doesn't download packages.
>
> Op dinsdag 16 februari 2021 om 20:56:37 UTC+1 schreef Alex Rakoczy:
>
>> Hello gophers,
>>
>> We just released Go 1.16
>>
>> To find out what has changed in Go 1.16, read the release notes:
>> https://golang.org/doc/go1.16
>>
>> You can download binary and source distributions from our download page:
>> https://golang.org/dl/
>>
>> If you have Go installed already, an easy way to try go1.16
>> is by using the go command:
>> $ go get golang.org/dl/go1.16
>> $ go1.16 download
>>
>> To compile from source using a Git clone, update to the release with
>> "git checkout go1.16" and build as usual.
>>
>> Thanks to everyone who contributed to the release!
>>
>> Cheers,
>> Alex and Dmitri for the Go Team
>>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/040e8124-7675-4767-9348-90ab88908ac8n%40googlegroups.com
> 
> .
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAFzRk03KRJ11E1KwNjXV7K5jui7uJ9Vp1N5OEppQYczD4OKJzA%40mail.gmail.com.


[go-nuts] Re: Go 1.16 is released

2021-02-16 Thread Peter Kleiweg
`go get` is broken. It doesn't download packages.

Op dinsdag 16 februari 2021 om 20:56:37 UTC+1 schreef Alex Rakoczy:

> Hello gophers,
>
> We just released Go 1.16
>
> To find out what has changed in Go 1.16, read the release notes:
> https://golang.org/doc/go1.16
>
> You can download binary and source distributions from our download page:
> https://golang.org/dl/
>
> If you have Go installed already, an easy way to try go1.16
> is by using the go command:
> $ go get golang.org/dl/go1.16
> $ go1.16 download
>
> To compile from source using a Git clone, update to the release with
> "git checkout go1.16" and build as usual.
>
> Thanks to everyone who contributed to the release!
>
> Cheers,
> Alex and Dmitri for the Go Team
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/040e8124-7675-4767-9348-90ab88908ac8n%40googlegroups.com.