ucl/cmd/playwasm/main.go

12 lines
107 B
Go

package main
import (
"context"
)
func main() {
initJS(context.Background())
<-make(chan struct{})
}