Run go vet as part of the test suite (#132)

* Run go vet as part of the test suite
This commit is contained in:
Thomas Pelletier
2017-02-27 14:29:04 -08:00
committed by GitHub
parent d0ec4317d3
commit 3616783228
+3
View File
@@ -19,6 +19,9 @@ function git_clone() {
popd
}
# Run go vet
go vet ./...
go get github.com/pelletier/go-buffruneio
go get github.com/davecgh/go-spew/spew