5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 11:10:47 +08:00
wails/v2/internal/frontend/runtime/ipc.go
2021-11-10 18:12:46 +11:00

7 lines
75 B
Go

package runtime
import _ "embed"
//go:embed ipc.js
var DesktopIPC []byte