diff options
Diffstat (limited to 'doc/next')
| -rw-r--r-- | doc/next/3-tools.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/next/3-tools.md b/doc/next/3-tools.md index 5638f240a5..ac7d5c18f8 100644 --- a/doc/next/3-tools.md +++ b/doc/next/3-tools.md @@ -2,5 +2,10 @@ ### Go command {#go-command} +`go test` now invokes the stdversion vet check by default. +This reports the use of standard library symbols that are too new +for the Go version in force in the referring file, +as determined by `go` directive in `go.mod` and build tags on the file. + ### Cgo {#cgo} |
