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 d01bf53 commit 57639c7Copy full SHA for 57639c7
.travis.yml
@@ -22,7 +22,7 @@ before_install:
22
- go get -u github.com/axw/gocov/gocov
23
- go get -u github.com/mattn/goveralls
24
- go get golang.org/x/tools/cmd/cover
25
- - go get github.com/moul/anonuuid/cmd/anonuuid
+ - GO15VENDOREXPERIMENT=1 go get github.com/moul/anonuuid/cmd/anonuuid
26
27
28
script:
0 commit comments