Categorygithub.com/ttacon/builder
modulepackage
0.0.0-20170518171403-c099f663e1c2
Repository: https://github.com/ttacon/builder.git
Documentation: pkg.go.dev

# README

insertablebuffer

what it says

# Functions

NewBuilder creates and initializes a new Buffer using buf as its initial contents.
NewBuilderString creates and initializes a new Buffer using string s as its initial contents.

# Variables

No description provided by the author
No description provided by the author

# Structs

A Buffer is a variable-sized buffer of bytes with Read and Write methods.