1
0
mirror of https://github.com/golang/go synced 2024-11-19 03:24:40 -07:00

runtime/debug: fix minor BuildSetting doc typos

Corrects a couple of defined key descriptions.
This commit is contained in:
crozzy 2023-08-24 14:59:16 -07:00
parent 96b6e78ea9
commit e722d0a923
No known key found for this signature in database
GPG Key ID: E19DC9275F5CE579

View File

@ -75,8 +75,8 @@ type Module struct {
// - CGO_ENABLED: the effective CGO_ENABLED environment variable // - CGO_ENABLED: the effective CGO_ENABLED environment variable
// - CGO_CFLAGS: the effective CGO_CFLAGS environment variable // - CGO_CFLAGS: the effective CGO_CFLAGS environment variable
// - CGO_CPPFLAGS: the effective CGO_CPPFLAGS environment variable // - CGO_CPPFLAGS: the effective CGO_CPPFLAGS environment variable
// - CGO_CXXFLAGS: the effective CGO_CPPFLAGS environment variable // - CGO_CXXFLAGS: the effective CGO_CXXFLAGS environment variable
// - CGO_LDFLAGS: the effective CGO_CPPFLAGS environment variable // - CGO_LDFLAGS: the effective CGO_LDFLAGS environment variable
// - GOARCH: the architecture target // - GOARCH: the architecture target
// - GOAMD64/GOARM/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