go/ast.TypeSpec.Assign (field)
7 uses
go/ast (current package)
ast.go#L901: Assign token.Pos // position of '=', if any
go/parser
parser.go#L2391: spec.Assign = p.pos
go/printer
nodes.go#L1593: if s.Assign.IsValid() {
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L3157: if x.Assign != 0 {
encode_ast.gen.go#L3159: e.EncodeInt(int64(x.Assign))
encode_ast.gen.go#L3194: x.Assign = token.Pos(d.DecodeInt())
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
synopsis.go#L70: if n.Assign.IsValid() {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |