Last active
August 18, 2016 07:11
-
-
Save roylee0704/f784dd70f7c0bca83372e004cd4ec739 to your computer and use it in GitHub Desktop.
do it every go version update.
This file contains 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
brew update | |
brew upgrade go | |
gometalinter --update --install --force | |
# for atom. | |
gocode close && go get -u github.com/nsf/gocode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment