]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: add srcdir & trimpath docs, sort options
authorIan Lance Taylor <iant@golang.org>
Tue, 1 Oct 2024 16:57:52 +0000 (09:57 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 1 Oct 2024 22:52:54 +0000 (22:52 +0000)
commit441770461f5ed7a042b79a8e092c53e8ab393f3e
tree810a6d4f20e50e20b2c3183ec3a26eac3fe7f704
parent8e478de4e6c91a0de763cf2e308f7598677f5c58
cmd/cgo: add srcdir & trimpath docs, sort options

Update the package docs:
* The -srcdir docs were accidentally lost in CL 68590.
* The -trimpath option was added in CL 266358 but not documented.
* The options were not sorted correctly.

Fixes #69730

Change-Id: I97320e0f4fb6aa47cb03d451f028d3d9d9b560f7
Reviewed-on: https://go-review.googlesource.com/c/go/+/616699
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/cmd/cgo/doc.go