go/token.Position.Line (field)
5 uses
go/token (current package)
position.go#L23: Line int // line number, starting at 1
position.go#L28: func (pos *Position) IsValid() bool { return pos.Line > 0 }
position.go#L45: s += fmt.Sprintf("%d", pos.Line)
position.go#L290: return f.Position(p).Line
position.go#L337: pos.Filename, pos.Line, pos.Column = f.unpack(offset, adjusted)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)