Skip to content

Commit

Permalink
chore: add install goimports and go-license
Browse files Browse the repository at this point in the history
  • Loading branch information
nodece committed Jun 22, 2023
1 parent 5e59d59 commit 23a4fc3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ license-format:
.PHONY: format
format: license-format
goimports -w $(GOFILES)

.PHONY: .install.goimports
.install.goimports:
go install golang.org/x/tools/cmd/goimports@latest

.PHONY: .install.go-license
.install.go-license:
go install github.com/palantir/[email protected]

0 comments on commit 23a4fc3

Please sign in to comment.