Refine logger

This commit is contained in:
世界 2022-05-02 10:04:56 +08:00
parent aacf2a18f9
commit 1ca65e7b95
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
13 changed files with 231 additions and 19 deletions

5
common/debug/debug.go Normal file
View file

@ -0,0 +1,5 @@
//go:build debug
package debug
const Enabled = true