mirror of
https://github.com/bloeys/nmage.git
synced 2025-12-29 05:18:21 +00:00
8 lines
61 B
Go
Executable File
8 lines
61 B
Go
Executable File
//go:build release
|
|
|
|
package consts
|
|
|
|
const (
|
|
Debug = false
|
|
)
|