mirror of
https://github.com/bloeys/nterm.git
synced 2025-12-29 14:38:19 +00:00
8 lines
66 B
Go
Executable File
8 lines
66 B
Go
Executable File
//go:build release
|
|
|
|
package consts
|
|
|
|
const (
|
|
Mode_Debug = false
|
|
)
|