5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 22:40:02 +08:00
wails/v2/internal/appng/app_not_debug.go
2022-01-17 21:14:07 +11:00

9 lines
89 B
Go

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