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

     1  //go:build !debug
     2  
     3  package app
     4  
     5  func IsDebug() bool {
     6  	return false
     7  }