Merge pull request #59 from neighborhood999/fix-readme

Add missing `log` package
This commit is contained in:
Ian Byrd 2016-08-23 18:46:19 +03:00 committed by GitHub
commit 6217b8a41b

View File

@ -11,6 +11,7 @@ Telebot offers a convenient wrapper to Bots API, so you shouldn't even care abou
package main package main
import ( import (
"log"
"time" "time"
"github.com/tucnak/telebot" "github.com/tucnak/telebot"
) )