mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 10:23:03 +08:00
9 lines
96 B
Go
9 lines
96 B
Go
//go:build debug
|
|
// +build debug
|
|
|
|
package appng
|
|
|
|
func (a *App) SetupFlags() {
|
|
a.debug = true
|
|
}
|