Created
January 7, 2016 03:39
-
-
Save nobonobo/def4e3dbac45008702cf to your computer and use it in GitHub Desktop.
フラッピーGopherのビルドと実行
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 golang.org/x/mobile/cmd/... | |
| gomobile init | |
| cd $GOPATH/src/golang.org/x/mobile/example/flappy | |
| go build . | |
| ./flappy |
Author
nobonobo
commented
Jan 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment