mirror of
https://github.com/bloeys/nmage.git
synced 2025-12-29 13:28:20 +00:00
8 lines
58 B
Go
Executable File
8 lines
58 B
Go
Executable File
//go:build debug
|
|
|
|
package consts
|
|
|
|
const (
|
|
Debug = true
|
|
)
|