mirror of
https://github.com/taigrr/wails.git
synced 2026-04-15 11:21:15 -07: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
|
|
}
|