mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 22:50:59 +08:00
9 lines
89 B
Go
9 lines
89 B
Go
//go:build !debug
|
|
// +build !debug
|
|
|
|
package appng
|
|
|
|
func IsDebug() bool {
|
|
return false
|
|
}
|