Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Jan 20, 2025
1 parent a1d33f2 commit afc7f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ check-dependency-licenses: FORCE install-go-licence-detector

goimports: FORCE
@printf "\e[1;36m>> goimports -w -local https://github.com/sapcc/limesctl\e[0m\n"
@goimports -w -local https://github.com/sapcc/limesctl internal/ $(patsubst $(shell awk '$$1 == "module" {print $$2}' go.mod)%,.%/*.go,$(shell go list ./...))
@goimports -w -local github.com/sapcc/limesctl/v3 $(patsubst $(shell awk '$$1 == "module" {print $$2}' go.mod)%,.%/*.go,$(shell go list ./...))

clean: FORCE
git clean -dxf build
Expand Down

0 comments on commit afc7f6e

Please sign in to comment.