Files

8 lines
68 B
Go
Raw Permalink Normal View History

2022-01-17 21:14:07 +11:00
//go:build debug
2022-08-09 07:42:11 +10:00
package app
2022-01-17 21:14:07 +11:00
func IsDebug() bool {
return true
}