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 205f5e9 commit ce1f8e2
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 @@ -99,7 +99,7 @@ check-dependency-licenses: FORCE install-go-licence-detector

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

Please sign in to comment.