Registry / utility / srwiley-scanx

srwiley-scanx

JSON →
library0.0.0-20190309010443-e94503791388gogounverified

A Go library for scanning and parsing structured data.

go get github.com/srwiley/scanx
INSTALL
IMPORT
SIG · SRWILEY-SCANX
S
srwiley-scanx
utilitygov0.0.0-20190309010443-e94503791388
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.

scanx
github.com/srwiley/scanx

Basic scanning of byte data using scanx.

package main import ( "fmt" "github.com/srwiley/scanx" ) func main() { data := []byte("hello world") scanner := scanx.NewScanner(data) for scanner.Scan() { fmt.Println(scanner.Text()) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190309010443-e94503791388latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
srwiley-scanx — go get srwiley-scanx · libregistry