go/ast.InterfaceType.Interface (field)
6 uses
go/ast (current package)
ast.go#L446: Interface token.Pos // position of "interface" keyword
ast.go#L498: func (x *InterfaceType) Pos() token.Pos { return x.Interface }
go/parser
parser.go#L983: Interface: pos,
golang.org/x/pkgsite/internal/godoc
encode_ast.gen.go#L2143: if x.Interface != 0 {
encode_ast.gen.go#L2145: e.EncodeInt(int64(x.Interface))
encode_ast.gen.go#L2176: x.Interface = token.Pos(d.DecodeInt())
![]() |
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. |