wails/v2/internal/appng/app_debug.go
2022-01-17 21:14:07 +11:00

8 lines
86 B
Go

//go:build debug
// +build debug
package appng
func IsDebug() bool {
return true
}