//
pkg.gl
Category
myitcv.io
cmd
compressHistory
package
0.0.0-20240210095454-5fef39cd83c3
Repository:
https://github.com/myitcv/x.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
203 SLOC
#
Functions
NewScanner
NewScanner returns a new Scanner to read tokens in reverse from r.
#
Structs
Scanner
Scanner presents the same interface as bufio.Scanner except it scans tokens in reverse from the end of a file instead of forwards from the beginning.