[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

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

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

[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