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

9 lines
86 B
Go

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