]> Cypherpunks repositories - gostls13.git/commit
types2, go/types: remove doc link from Func.Pkg comment
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 11 Oct 2023 08:34:09 +0000 (15:34 +0700)
committerGopher Robot <gobot@golang.org>
Wed, 11 Oct 2023 12:48:03 +0000 (12:48 +0000)
commite12bdc80f2d8b2fa243a7dc362a5dc2a4b545d1e
tree2bb65efe2608b2ac3e012ea9174d33e74451a157
parentdacf1f1e10a6b1ed02b6b935e502ddf8585b3748
types2, go/types: remove doc link from Func.Pkg comment

The documentation link only works with exported identifiers. Further,
the built-in error interface lives in pseudo package "builtin" only,
thus it's not a real package that can be referred using doc links.

Change-Id: I2116beb27fc73ba33f8352301fe77b4b6abc3ec1
Reviewed-on: https://go-review.googlesource.com/c/go/+/534436
Reviewed-by: Robert Findley <rfindley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
src/cmd/compile/internal/types2/object.go
src/go/types/object.go