go/ast.FieldList.End (method, view implemented interface methods)

5 uses

	go/ast (current package)
		ast.go#L247: func (f *FieldList) End() token.Pos {
		ast.go#L539: func (x *StructType) End() token.Pos     { return x.Fields.End() }
		ast.go#L542: 		return x.Results.End()
		ast.go#L544: 	return x.Params.End()
		ast.go#L546: func (x *InterfaceType) End() token.Pos { return x.Methods.End() }