Skip to content

Commit 5a13f00

Browse files
authored
cmd/cgo: improved formatting & removed whitespace
1 parent 0bf7571 commit 5a13f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cmd/cgo/doc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ the use of cgo, and to 0 to disable it. The go tool will set the
112112
build constraint "cgo" if cgo is enabled. The special import "C"
113113
implies the "cgo" build constraint, as though the file also said
114114
"// +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).
115+
"C" will not be built by the go tool. (For more about build constraints
116+
see https://golang.org/pkg/go/build/#hdr-Build_Constraints).
117117
118118
When cross-compiling, you must specify a C cross-compiler for cgo to
119119
use. You can do this by setting the generic CC_FOR_TARGET or the

0 commit comments

Comments
 (0)