Fix typo in import statement

This commit is contained in:
Robert de Vries 2018-03-25 12:40:52 +02:00 committed by GitHub
parent 736667b903
commit b5e29b11a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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