Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return Errors instead of Panicing #30

Merged
merged 15 commits into from
Dec 11, 2019
Merged
Prev Previous commit
Next Next commit
add go mod verify to linting
  • Loading branch information
tac0turtle committed Nov 15, 2019
commit 7ef90a205ee797d3173984669d9624ded05d44ec
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ test:
lint:
@echo "--> Running linter"
@golangci-lint run
go mod verify
tac0turtle marked this conversation as resolved.
Show resolved Hide resolved

tools:
go get -v $(GOTOOLS)
Expand Down