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

1
bot.go
View file

@ -9,7 +9,6 @@ import (
"fmt"
"io"
"io/ioutil"
"log"
"net/http"
"net/url"
"os"