DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
"go/scanner"
Examples using...
"go/scanner"
Recent
Examples
Scanner.Scan in Go
by GoDoc
Go
go/scanner
fmt
fmt.Printf
go/token
scanner.ScanComments
Scan scans the next token and returns the token position, the token, and its literal string if applicable. The source end is indicated by token.EOF.