1
0
mirror of https://github.com/golang/go synced 2024-11-07 11:46:17 -07:00

runtime/debug: replace "GOARM64" with "GOARM" in docs

The former does not exist (yet) but the latter very much exists and is in active use.
This commit is contained in:
Tianon Gravi 2023-03-13 14:21:34 -07:00
parent 82c713feb0
commit 0dab9f524c

View File

@ -78,7 +78,7 @@ type Module struct {
// - CGO_CXXFLAGS: the effective CGO_CPPFLAGS environment variable // - CGO_CXXFLAGS: the effective CGO_CPPFLAGS environment variable
// - CGO_LDFLAGS: the effective CGO_CPPFLAGS environment variable // - CGO_LDFLAGS: the effective CGO_CPPFLAGS environment variable
// - GOARCH: the architecture target // - GOARCH: the architecture target
// - GOAMD64/GOARM64/GO386/etc: the architecture feature level for GOARCH // - GOAMD64/GOARM/GO386/etc: the architecture feature level for GOARCH
// - GOOS: the operating system target // - GOOS: the operating system target
// - vcs: the version control system for the source tree where the build ran // - vcs: the version control system for the source tree where the build ran
// - vcs.revision: the revision identifier for the current commit or checkout // - vcs.revision: the revision identifier for the current commit or checkout