go/ast.InterfaceType.Interface (field)

3 uses

	go/ast (current package)
		ast.go#L469: 		Interface  token.Pos  // position of "interface" keyword
		ast.go#L522: func (x *InterfaceType) Pos() token.Pos { return x.Interface }

	go/parser
		parser.go#L1277: 		Interface: pos,