aboutsummaryrefslogtreecommitdiff
path: root/src/go/ast/scope.go
diff options
context:
space:
mode:
authorOlivier Mengué <olivier.mengue@gmail.com>2024-03-27 23:09:23 +0100
committerGopher Robot <gobot@golang.org>2024-03-28 21:32:41 +0000
commit3f90ba7f1f0ecb230105ad1068ffdc3c2f9a8a97 (patch)
tree0e1a3e0ef837b144a3b4f2aa3a6bbe97a4d25876 /src/go/ast/scope.go
parentfae6eb5f2fc422447e3ca324c895503e9166d247 (diff)
downloadgo-3f90ba7f1f0ecb230105ad1068ffdc3c2f9a8a97.tar.gz
go-3f90ba7f1f0ecb230105ad1068ffdc3c2f9a8a97.zip
go/ast: more godoc links
Change-Id: I1290ad66d3c758c3b89caf0a217cb3d5358c5dd2 Reviewed-on: https://go-review.googlesource.com/c/go/+/574696 Reviewed-by: Robert Griesemer <gri@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/go/ast/scope.go')
-rw-r--r--src/go/ast/scope.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/go/ast/scope.go b/src/go/ast/scope.go
index 039ca58bc0..9d97e24e29 100644
--- a/src/go/ast/scope.go
+++ b/src/go/ast/scope.go
@@ -144,10 +144,10 @@ func (obj *Object) Pos() token.Pos {
return token.NoPos
}
-// ObjKind describes what an object represents.
+// ObjKind describes what an [Object] represents.
type ObjKind int
-// The list of possible Object kinds.
+// The list of possible [Object] kinds.
const (
Bad ObjKind = iota // for error handling
Pkg // package