Skip to content

Commit

Permalink
Add GOCLEAN (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
qloog authored May 12, 2021
1 parent 0bd8c1d commit 9eb1eb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ GOTEST := $(GO) test
GOVET := $(GO) vet
GOGET := $(GO) get
GOGEN := $(GO) generate
GOCLEAN := $(GO) clean
GOFLAGS := -race
STATICCHECK := staticcheck

Expand Down

0 comments on commit 9eb1eb0

Please sign in to comment.