Skip to content

Instantly share code, notes, and snippets.

@ezaurum
Created June 27, 2018 06:23
Show Gist options
  • Save ezaurum/d9086bf463fcf42455eaca67c7fb5358 to your computer and use it in GitHub Desktop.
Save ezaurum/d9086bf463fcf42455eaca67c7fb5358 to your computer and use it in GitHub Desktop.
package main
import "syscall/js"
func main() {
js.Global.Get("document").Call("getElementsByTagName","body").Index(0).Set("textContent","Hello! 세계!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment