xjasonlyu
3 years ago
3 changed files with 10 additions and 11 deletions
@ -1,7 +1,7 @@ |
|||
package version |
|||
//go:build debug
|
|||
|
|||
var _debug = false |
|||
package version |
|||
|
|||
func Debug() bool { |
|||
return _debug |
|||
func init() { |
|||
_debug = true |
|||
} |
|||
|
@ -1,7 +0,0 @@ |
|||
//go:build debug
|
|||
|
|||
package version |
|||
|
|||
func init() { |
|||
_debug = true |
|||
} |
Loading…
Reference in new issue