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

5 uses

	go/ast (current package)
		ast.go#L252: func (f *FieldList) End() token.Pos {
		ast.go#L560: func (x *StructType) End() token.Pos     { return x.Fields.End() }
		ast.go#L563: 		return x.Results.End()
		ast.go#L565: 	return x.Params.End()
		ast.go#L567: func (x *InterfaceType) End() token.Pos { return x.Methods.End() }