type go/token.Position
8 uses
go/token (current package)
position.go#L20: type Position struct {
position.go#L28: func (pos *Position) IsValid() bool { return pos.Line > 0 }
position.go#L39: func (pos Position) String() string {
position.go#L334: func (f *File) position(p Pos, adjusted bool) (pos Position) {
position.go#L346: func (f *File) PositionFor(p Pos, adjusted bool) (pos Position) {
position.go#L359: func (f *File) Position(p Pos) (pos Position) {
position.go#L512: func (s *FileSet) PositionFor(p Pos, adjusted bool) (pos Position) {
position.go#L524: func (s *FileSet) Position(p Pos) (pos Position) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)