github.com/secoba/wails/v2@v2.6.4/internal/app/app_obfuscated_not.go (about)

     1  //go:build !obfuscated
     2  
     3  package app
     4  
     5  // IsObfuscated returns false if the obfuscated build tag is not set
     6  func IsObfuscated() bool {
     7  	return false
     8  }