go/ast.Ident.End (method)
5 uses
go/ast (current package)
ast.go#L503: func (x *Ident) End() token.Pos { return token.Pos(int(x.NamePos) + len(x.Name)) }
ast.go#L514: func (x *SelectorExpr) End() token.Pos { return x.Sel.End() }
ast.go#L802: return s.Label.End()
ast.go#L932: return s.Names[len(s.Names)-1].End()
ast.go#L1049: return f.Name.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. |