Merge pull request #2 from roberthdevries/master

Add missing "io" import to README example
This commit is contained in:
Yakub Kristianto 2018-03-21 20:34:41 +07:00 committed by GitHub
commit a58f9a5124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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