go/ast.FieldList.End (method)
5 uses
go/ast (current package)
ast.go#L238: func (f *FieldList) End() token.Pos {
ast.go#L524: func (x *StructType) End() token.Pos { return x.Fields.End() }
ast.go#L527: return x.Results.End()
ast.go#L529: return x.Params.End()
ast.go#L531: func (x *InterfaceType) End() token.Pos { return x.Methods.End() }
 |
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. |