(Logger) Rename package to log (#444)

* renamed package to log to stop side import requirement

* reverted comment changes

* reverted comment changes

* one more reverting wording back to logger

* wording changes on comments
This commit is contained in:
Andrew
2020-02-12 18:09:56 +11:00
committed by GitHub
parent 168c966441
commit 7fccc03164
120 changed files with 129 additions and 129 deletions

View File

@@ -8,7 +8,7 @@ import (
"time"
"github.com/gofrs/uuid"
log "github.com/thrasher-corp/gocryptotrader/logger"
"github.com/thrasher-corp/gocryptotrader/log"
)
func init() {