Add missing "io" import to README example

This commit is contained in:
Robert de Vries 2018-03-18 22:44:39 +01:00
parent 6c433e67d3
commit 736667b903
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ package main
import ( import (
"bytes" "bytes"
'io"
"log" "log"
"os" "os"