We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf7571 commit 5a13f00Copy full SHA for 5a13f00
src/cmd/cgo/doc.go
@@ -112,8 +112,8 @@ the use of cgo, and to 0 to disable it. The go tool will set the
112
build constraint "cgo" if cgo is enabled. The special import "C"
113
implies the "cgo" build constraint, as though the file also said
114
"// +build cgo". Therefore, if cgo is disabled, files that import
115
-"C" will not be built by the go tool.
116
-(For more about build constraints see https://golang.org/pkg/go/build/#hdr-Build_Constraints).
+"C" will not be built by the go tool. (For more about build constraints
+see https://golang.org/pkg/go/build/#hdr-Build_Constraints).
117
118
When cross-compiling, you must specify a C cross-compiler for cgo to
119
use. You can do this by setting the generic CC_FOR_TARGET or the
0 commit comments