samuong / alpaca

A local HTTP proxy for command-line tools. Supports PAC scripts and NTLM authentication.
Apache License 2.0
184 stars 31 forks source link

Set up golangci-lint #65

Closed samuong closed 3 years ago

samuong commented 3 years ago

I also added a Makefile to make it easy to run the linter and coverage checker, as suggested by @juliaogris in #20. It only works on Linux though, so maybe it doesn't belong in the repo?

Fixes #64