mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 23:39:21 +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
|