Files
wails/v2/internal/app/app_obfuscated.go
2022-09-13 10:05:37 +10:00

9 lines
142 B
Go

//go:build obfuscated
package app
// IsObfuscated returns true if the obfuscated build tag is set
func IsObfuscated() bool {
return true
}