go/scanner.Scanner.Scan (method)
4 uses
go/scanner (current package)
scanner.go#L782: func (s *Scanner) Scan() (pos token.Pos, tok token.Token, lit string) {
go/parser
parser.go#L257: p.pos, p.tok, p.lit = p.scanner.Scan()
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
linkify.go#L237: p, tok, lit := s.Scan()
linkify.go#L428: p, tok, lit := s.Scan()
![]() |
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. |