mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 01:31:54 +08:00
9 lines
121 B
Go
9 lines
121 B
Go
//go:build debug && desktop
|
|
|
|
package runtime
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed runtime_debug_desktop.js
|
|
var RuntimeJS []byte
|