Skip to content

Add gofmt check to appveyor

Christopher Schinnerl requested to merge gofmt-appveyor into master

Created by: ChrisSchinnerl

Apparently there is no easy way to get that check to work on Windows so I just added the gometalinter to our appveyor build. I think we might want to think about using the gometalinter for all of our tests since it's able to run pretty much any go tool concurrently.

Merge request reports