type golang.org/x/mod/modfile.Position
23 uses
golang.org/x/mod/modfile (current package)
read.go#L20: type Position struct {
read.go#L27: func (p Position) add(s string) Position {
read.go#L42: Span() (start, end Position)
read.go#L52: Start Position
read.go#L82: func (x *FileSyntax) Span() (start, end Position) {
read.go#L259: Start Position
read.go#L262: func (x *CommentBlock) Span() (start, end Position) {
read.go#L269: Start Position
read.go#L272: End Position
read.go#L275: func (x *Line) Span() (start, end Position) {
read.go#L288: Start Position
read.go#L295: func (x *LineBlock) Span() (start, end Position) {
read.go#L303: Pos Position
read.go#L306: func (x *LParen) Span() (start, end Position) {
read.go#L314: Pos Position
read.go#L317: func (x *RParen) Span() (start, end Position) {
read.go#L329: pos Position // current input position
read.go#L346: pos: Position{Line: 1, LineRune: 1, Byte: 0},
read.go#L443: pos Position
read.go#L444: endPos Position
read.go#L852: func (in *input) parseLineBlock(start Position, token []string, lparen token) *LineBlock {
rule.go#L591: Pos Position
 |
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. |