first commit
This commit is contained in:
7
pkg/logger/const.go
Normal file
7
pkg/logger/const.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package logger
|
||||
|
||||
var (
|
||||
DEBUG = "debug"
|
||||
RELEASE = "release"
|
||||
BENCHMARK = "benchmark"
|
||||
)
|
||||
Reference in New Issue
Block a user