golang.org/x/mod/modfile.input.lex (method)
14 uses
golang.org/x/mod/modfile (current package)
read.go#L501: func (in *input) lex() token {
read.go#L777: in.lex()
read.go#L783: tok := in.lex()
read.go#L805: tok := in.lex()
read.go#L810: tok := in.lex()
read.go#L826: rparen := in.lex()
read.go#L829: in.lex()
read.go#L863: in.lex()
read.go#L866: in.lex()
read.go#L871: tok := in.lex()
read.go#L876: rparen := in.lex()
read.go#L882: in.lex()
read.go#L894: tok := in.lex()
read.go#L902: tok := in.lex()
![]() |
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. |