Refactor into package structure
This commit is contained in:
7
internal/pkg/logging/logger.go
Normal file
7
internal/pkg/logging/logger.go
Normal file
@ -0,0 +1,7 @@
|
||||
package logging
|
||||
|
||||
import "github.com/sirupsen/logrus"
|
||||
|
||||
var (
|
||||
Logger logrus.Logger = *logrus.New()
|
||||
)
|
||||
Reference in New Issue
Block a user