Registry / utility / whosonfirst-go-reader

whosonfirst-go-reader

JSON →
library1.1.0gogounverified

Provides a common interface for reading from a variety of sources.

go get github.com/whosonfirst/go-reader
INSTALL
IMPORT
SIG · WHOSONFIRST-GO-REA
W
whosonfirst-go-reader
utilitygov1.1.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.

reader
github.com/whosonfirst/go-reader

Creates a reader from a URI (e.g., stdin, file, HTTP).

package main import ( "context" "github.com/whosonfirst/go-reader" ) func main() { r, _ := reader.NewReader(context.Background(), "stdin://") _ = r }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
whosonfirst-go-reader — go get whosonfirst-go-reader · libregistry