Created
July 25, 2019 08:31
-
-
Save erwiese/1bb6791ffaaa2eb20c6e92c5f958332c to your computer and use it in GitHub Desktop.
io related things
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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