added custom logger and SetLogger func

This commit is contained in:
Yan Mihailov 2018-08-07 00:15:37 +03:00
parent 4c16a90966
commit a1b3e41878
3 changed files with 17 additions and 2 deletions

View file

@ -1,7 +1,6 @@
package tgbotapi
import (
"log"
"net/url"
)