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()