Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created December 12, 2018 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/ba9af8895a8cd6402aa617b31e1b2102 to your computer and use it in GitHub Desktop.
Save goofmint/ba9af8895a8cd6402aa617b31e1b2102 to your computer and use it in GitHub Desktop.
cb1 := js.NewCallback(func(args []js.Value) {
// この中に処理を書く
})
button.Call("addEventListener", "click", cb1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment