Registry / utility / whosonfirst-go-ioutil

whosonfirst-go-ioutil

JSON →
library1.0.2gogounverified

Provides methods for creating io.ReadSeekCloser instances from various io.Read* interfaces that partially implement io.Reader, io.Seeker, and io.Closer.

go get github.com/whosonfirst/go-ioutil
INSTALL
IMPORT
SIG · WHOSONFIRST-GO-IOU
W
whosonfirst-go-ioutil
utilitygov1.0.2
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.

ioutil
github.com/whosonfirst/go-ioutil

Creates a ReadSeekCloser from a strings.Reader.

package main import ( "fmt" "strings" "github.com/whosonfirst/go-ioutil" ) func main() { r := strings.NewReader("hello world") rsc, _ := ioutil.NewReadSeekCloser(r) fmt.Println(rsc) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
whosonfirst-go-ioutil — go get whosonfirst-go-ioutil · libregistry