5 lines
52 B
Go
5 lines
52 B
Go
|
//go:build DEBUG
|
||
|
|
||
|
package shared
|
||
|
|
||
|
const DEBUG = true
|