Merge pull request #59 from neighborhood999/fix-readme

Add missing `log` package
pull/60/head
Ian Byrd 8 years ago committed by GitHub
commit 6217b8a41b

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

Loading…
Cancel
Save