Revert "Refactor debug"
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
//go:build DEBUG
|
||||
|
||||
package shared
|
||||
|
||||
const DEBUG = true
|
@@ -1,5 +0,0 @@
|
||||
//go:build !DEBUG
|
||||
|
||||
package shared
|
||||
|
||||
const DEBUG = false
|
@@ -1,5 +0,0 @@
|
||||
//go:build !TEST
|
||||
|
||||
package shared
|
||||
|
||||
const TEST = false
|
@@ -1,5 +0,0 @@
|
||||
//go:build TEST
|
||||
|
||||
package shared
|
||||
|
||||
const TEST = true
|
Reference in New Issue
Block a user