move log wrapper library outside into hmage/golibs/log

This commit is contained in:
Eugene Bujak
2018-12-29 19:12:22 +03:00
parent 568784b992
commit 368e2d1ebd
22 changed files with 22 additions and 76 deletions

2
app.go
View File

@@ -12,8 +12,8 @@ import (
"syscall"
"time"
"github.com/AdguardTeam/AdGuardHome/log"
"github.com/gobuffalo/packr"
"github.com/hmage/golibs/log"
"golang.org/x/crypto/ssh/terminal"
)