Updated dependencies

This commit is contained in:
2019-05-11 18:59:34 +09:00
parent a48e053de4
commit 68859b71cf
3 changed files with 8 additions and 8 deletions

View File

@ -12,9 +12,11 @@ import (
"github.com/animenotifier/notify.moe/utils"
)
var requestLog = log.New()
var errorLog = log.New()
var ipLog = log.New()
var (
requestLog = log.New()
errorLog = log.New()
ipLog = log.New()
)
// Initialize log files
func init() {