mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 23:39:21 +08:00
9 lines
103 B
Go
9 lines
103 B
Go
//go:build dev
|
|
|
|
package runtime
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed ipc_websocket.js
|
|
var WebsocketIPC []byte
|