nitishm / vegeta-server

A RESTful API server for vegeta, a load testing tool written in Go.
MIT License
63 stars 17 forks source link

Fetch dependencies before linting #64

Closed rentziass closed 5 years ago

rentziass commented 5 years ago

Running make all as a first step after cloning the repo fails if you're missing any dependencies (say, Gin). This prepends a deps step to fix that.