go/ast.InterfaceType.Interface (field)

3 uses

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

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