package
0.0.0-20210201173354-8cba18c2dd1c
Repository: https://github.com/ugorji/go-common.git
Documentation: pkg.go.dev
# README
go-common/ioutil
This repository contains the go-common/ioutil
library.
To install:
go get github.com/ugorji/go-common/ioutil
Package Documentation
Package ioutil provides input/output utilities.
Exported Package API
type BufReader struct{ ... }
func NewBufReader(r io.Reader, b []byte) (br *BufReader)
type BufWriter struct{ ... }
func NewBufWriter(w io.Writer, b []byte) (bw *BufWriter)