Registry / utility / whosonfirst-go-writer-v3

whosonfirst-go-writer-v3

JSON →
library3.1.1gogounverified

Provides a common interface for writing data to one or more sources, part of the Who's On First project.

go get github.com/whosonfirst/go-writer/v3
INSTALL
IMPORT
SIG · WHOSONFIRST-GO-WRI
W
whosonfirst-go-writer-v3
utilitygov3.1.1
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.

writer
✓ github.com/whosonfirst/go-writer/v3

Create a writer that outputs to stdout and write data.

package main import ( "github.com/whosonfirst/go-writer/v3" ) func main() { w, _ := writer.NewWriter("stdout://") w.Write([]byte("Hello, world!")) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
whosonfirst-go-writer-v3 — go get whosonfirst-go-writer-v3 · libregistry