mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
sort output
This commit is contained in:
+2
-2
@@ -20,7 +20,7 @@ var (
|
||||
}
|
||||
)
|
||||
|
||||
func InitLog() {
|
||||
func InitLog() {
|
||||
logger := newLogger("debug")
|
||||
formatLogger = logger.Sugar()
|
||||
}
|
||||
@@ -111,6 +111,6 @@ func Fatalf(template string, args ...interface{}) {
|
||||
formatLogger.Fatalf(template, args...)
|
||||
}
|
||||
|
||||
func Println(args ...interface{}) {
|
||||
func Println(args ...interface{}) {
|
||||
formatLogger.Debug(args...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user