Skip to content

Instantly share code, notes, and snippets.

@erwiese
Created July 25, 2019 08:31
Show Gist options
  • Save erwiese/1bb6791ffaaa2eb20c6e92c5f958332c to your computer and use it in GitHub Desktop.
Save erwiese/1bb6791ffaaa2eb20c6e92c5f958332c to your computer and use it in GitHub Desktop.
io related things
import "bufio"
import "bytes"
func main() {
// Get a new writer
var b bytes.Buffer
w := bufio.NewWriter(&b)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment