go/ast.BasicLit.Pos (method, view implemented interface methods)
6 uses
go/ast (current package)
ast.go#L498: func (x *BasicLit) Pos() token.Pos { return x.ValuePos }
ast.go#L945: return s.Path.Pos()
import.go#L253: len := lit.End() - lit.Pos()
resolve.go#L122: p.errorf(spec.Path.Pos(), "could not import %s (%s)", path, err)
scope.go#L116: return d.Path.Pos()
go/doc
example.go#L730: len := lit.End() - lit.Pos()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)