mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
6 lines
78 B
Go
6 lines
78 B
Go
package main
|
|
|
|
import "syscall/js"
|
|
|
|
var document = js.Global().Get("document")
|