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