Last active
October 4, 2015 02:58
-
-
Save nobonobo/17c877fce428f55ad022 to your computer and use it in GitHub Desktop.
Go言語でGUIをブラウザ内で動かす。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| go get -u github.com/gopherjs/gopherjs | |
| go get -u github.com/google/gxui/... | |
| go get -u honnef.co/go/js/dom | |
| gopherjs serve | |
| open http://localhost:8080/github.com/google/gxui/samples/ |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
五行目は別ターミナルでどうぞ・・・。