5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 10:23:03 +08:00
wails/v2/internal/appng/app_debug.go

9 lines
96 B
Go

//go:build debug
// +build debug
package appng
func (a *App) SetupFlags() {
a.debug = true
}