mirror of
https://github.com/golang/go
synced 2024-11-19 01:24:39 -07:00
runtime/debug: fix minor BuildSetting doc typos
Corrects a couple of defined key descriptions.
This commit is contained in:
parent
96b6e78ea9
commit
e722d0a923
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user