Last active
January 30, 2018 02:02
-
-
Save JohnMurray/31e1fed99d27928c595aeecf255ce889 to your computer and use it in GitHub Desktop.
snippet to install and setup gometalinter
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
before_install: | |
- go get -u gopkg.in/alecthomas/gometalinter.v2 | |
- gometalinter.v2 --install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment