mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 07:43:11 +08:00
9 lines
86 B
Go
9 lines
86 B
Go
//go:build debug
|
|
// +build debug
|
|
|
|
package appng
|
|
|
|
func IsDebug() bool {
|
|
return true
|
|
}
|