mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 13:19:00 -07: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
|