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_websocket.go
2022-01-31 21:21:48 +11:00

10 lines
117 B
Go

//go:build dev
// +build dev
package runtime
import _ "embed"
//go:embed ipc_websocket.js
var WebsocketIPC []byte