Skip to content

Commit

Permalink
go mod vendor before ineffassign
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalcaliskan authored May 21, 2021
1 parent 45cbf08 commit 956b6ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ vet:
go vet ./...

ineffassign:
go get -u github.com/gordonklaus/ineffassign
go get github.com/gordonklaus/ineffassign
go mod vendor
ineffassign ./...

test:
Expand Down

0 comments on commit 956b6ba

Please sign in to comment.