go/ast.BasicLit.End (method, view implemented interface methods)
3 uses
go/ast (current package)
ast.go#L216: return f.Tag.End()
ast.go#L524: func (x *BasicLit) End() token.Pos { return token.Pos(int(x.ValuePos) + len(x.Value)) }
ast.go#L939: return s.Path.End()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)