mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd: update formatting of usage messages
R=golang-dev, r, minux.ma CC=golang-dev https://golang.org/cl/5738045
This commit is contained in:
parent
f5a1dd888d
commit
7e8ed8f616
7 changed files with 28 additions and 12 deletions
|
|
@ -6,7 +6,8 @@
|
|||
|
||||
Cgo enables the creation of Go packages that call C code.
|
||||
|
||||
Usage: go tool cgo [compiler options] file.go
|
||||
Usage:
|
||||
go tool cgo [compiler options] file.go
|
||||
|
||||
The compiler options are passed through uninterpreted when
|
||||
invoking gcc to compile the C parts of the package.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue