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
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