Re: [go-nuts] go.mod go directive coverage of stdlib contract?

2023-11-04 Thread Kurtis Rader
On Sat, Nov 4, 2023 at 5:05 PM 'Kevin Gillette' via golang-nuts < golang-nuts@googlegroups.com> wrote: > My unconfirmed, but perhaps mistaken understanding of the `go` directive > in a go.mod file was that it covered both the language and the stdlib. > Yes, you are mistaken :-) See https://go.dev

[go-nuts] go.mod go directive coverage of stdlib contract?

2023-11-04 Thread 'Kevin Gillette' via golang-nuts
Hello! My unconfirmed, but perhaps mistaken understanding of the `go` directive in a go.mod file was that it covered both the language and the stdlib. Since the stdlib docs indicate the version a given symbol was introduced, and since build processes validate that signature breakages do not occ