We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3740aa commit 30abd77Copy full SHA for 30abd77
.travis.yml
@@ -6,6 +6,7 @@ go:
6
7
install:
8
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
9
+ - go get github.com/jessevdk/go-flags
10
11
script:
12
- go get
0 commit comments