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

5 uses

	go/ast (current package)
		ast.go#L221: 		return f.Tag.End()
		ast.go#L537: func (x *BasicLit) End() token.Pos {
		ast.go#L954: 	return s.Path.End()
		import.go#L253: 	len := lit.End() - lit.Pos()

	go/doc
		example.go#L730: 	len := lit.End() - lit.Pos()