|
|
|
@ -87,7 +87,7 @@ fmt:
|
|
|
|
|
vet:
|
|
|
|
|
@$(GO) vet ./...
|
|
|
|
|
|
|
|
|
|
lint: Check syntax and styling of go sources. ✨
|
|
|
|
|
## lint: Check syntax and styling of go sources. ✨
|
|
|
|
|
.PHONY: lint
|
|
|
|
|
lint:
|
|
|
|
|
@$(MAKE) go.lint
|
|
|
|
@ -184,4 +184,4 @@ help: Makefile
|
|
|
|
|
## help-all: Show all help details info. ✨
|
|
|
|
|
.PHONY: help-all
|
|
|
|
|
help-all: go.help copyright.help tools.help image.help dependencies.help gen.help release.help swagger.help help
|
|
|
|
|
$(call makeallhelp)
|
|
|
|
|
$(call makeallhelp)
|
|
|
|
|