Registry / utility / bufio-v1

bufio-v1

JSON →
library1.0.0-20140618132640-567b2bfa514egogounverified

Package bufio implements buffered I/O, wrapping io.Reader or io.Writer objects to provide buffering and textual I/O helpers.

go get gopkg.in/bufio.v1
INSTALL
IMPORT
SIG · BUFIO-V1
B
bufio-v1
utilitygov1.0.0-20140618132640-567b2bfa514e
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.

bufio
gopkg.in/bufio.v1

Read a string from a buffered reader

package main import ( "fmt" "gopkg.in/bufio.v1" "strings" ) func main() { reader := bufio.NewReader(strings.NewReader("hello world")) line, _ := reader.ReadString(' ') fmt.Println(line) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0-20140618132640-567b2bfa514elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
bufio-v1 — go get bufio-v1 · libregistry