Registry / utility / rwxrob-scan

rwxrob-scan

JSON →
library0.11.0gogounverified

A scanning and parsing library for Go, providing flexible input processing.

go get github.com/rwxrob/scan
INSTALL
IMPORT
SIG · RWXROB-SCAN
R
rwxrob-scan
utilitygov0.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

scan
github.com/rwxrob/scan

Scan and print tokens from a string.

package main import ( "fmt" "github.com/rwxrob/scan" ) func main() { s := scan.NewScanner("hello world") for s.Scan() { fmt.Println(s.Text()) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
rwxrob-scan — go get rwxrob-scan · libregistry