github.com/AlpineAIO/wails/v2@v2.0.0-beta.32.0.20240505041856-1047a8fa5fef/internal/app/app_debug.go (about)

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