go/ast.BasicLit.Pos (method)
4 uses
go/ast (current package)
ast.go#L472: func (x *BasicLit) Pos() token.Pos { return x.ValuePos }
ast.go#L913: return s.Path.Pos()
resolve.go#L119: p.errorf(spec.Path.Pos(), "could not import %s (%s)", path, err)
scope.go#L105: return d.Path.Pos()
 |
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. |