Merge pull request #3 from roberthdevries/master

Fix typo in import statement
This commit is contained in:
Yakub Kristianto 2018-06-25 12:16:09 +07:00 committed by GitHub
commit 77ea4e565c
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"