]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: mention //go:build line in godoc
authorTobias Klauser <tklauser@distanz.ch>
Mon, 19 Sep 2022 15:57:44 +0000 (17:57 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 20 Sep 2022 15:46:03 +0000 (15:46 +0000)
commitb5fcb35b3197bc4d444ee0b9ad4ae6c5998864cf
tree394486843f73db2382772eb48397fae9315494d9
parent1eeb257b88e59f2f3ce3cbe0eb80a9f049765853
cmd/cgo: mention //go:build line in godoc

Say "//go:build" instead of "// +build" in the package level godoc
comment.

Change-Id: I4700227a03197ffbe29e4de04d068b4c63bb5bf0
Reviewed-on: https://go-review.googlesource.com/c/go/+/431856
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
src/cmd/cgo/doc.go