Fix import path for cover tool

This commit is contained in:
Florian Schlachter 2017-02-13 21:49:22 +01:00
parent e8e71bd51f
commit e9edcae0c9

View File

@ -4,7 +4,7 @@ go:
- 1.7
- tip
install:
- go get code.google.com/p/go.tools/cmd/cover
- go get golang.org/x/tools/cmd/cover
- go get gopkg.in/check.v1
- go get github.com/flosch/pongo2
- go get github.com/russross/blackfriday