Registry / utility / memio
library1.1.1gogounverified

Package memio implements Read, Write, Seek, Close and other io methods for a byte slice.

go get vimagination.zapto.org/memio
INSTALL
IMPORT
SIG · MEMIO
M
memio
utilitygov1.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.

memio
vimagination.zapto.org/memio

Read from a byte slice using memio.Buffer.

package main import ( "fmt" "vimagination.zapto.org/memio" ) func main() { buf := memio.Buffer{Data: []byte("hello")} p := make([]byte, 5) n, _ := buf.Read(p) fmt.Println(string(p[:n])) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
memio — go get memio · libregistry