5 lines
54 B
Go
5 lines
54 B
Go
|
//go:build !DEBUG
|
||
|
|
||
|
package shared
|
||
|
|
||
|
const DEBUG = false
|