Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created December 8, 2018 06:02
Embed
What would you like to do?
cb := js.NewCallback(func(args []js.Value) {
println("Clicked");
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment