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.
2 parents e09def3 + 30abd77 commit 944e072Copy full SHA for 944e072
.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