mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-20 08:14:03 +01:00
added option to disable default app categories
This commit is contained in:
@@ -168,5 +168,5 @@ func printJSON(obj any) {
|
||||
logging.Fatal().Err(err).Send()
|
||||
}
|
||||
rawLogger := log.New(os.Stdout, "", 0)
|
||||
rawLogger.Printf("%s", j) // raw output for convenience using "jq"
|
||||
rawLogger.Print(string(j)) // raw output for convenience using "jq"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user