Skip to content

Instantly share code, notes, and snippets.

@beber89
Last active September 17, 2019 19:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save beber89/a915b254155a409a05eedb4ee1e454d0 to your computer and use it in GitHub Desktop.
miner-dapp-wasm/main.go
var wg sync.WaitGroup
func main() {
wg.Add(1)
web.RegisterCallbacks()
wg.Wait()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment