1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

adding goio

This commit is contained in:
Corey Daley
2023-03-14 20:11:44 -04:00
parent ca128755ab
commit 48f25bd76c
45 changed files with 16757 additions and 4 deletions

View File

@@ -32,8 +32,17 @@ verify: build
hack/verify-gofmt.sh
hack/verify-deps.sh
hack/verify-bash-completion.sh
hack/verify-imports.sh
.PHONY: verify
imports: ## Organize imports in go files using goio. Example: make imports
go run ./vendor/github.com/go-imports-organizer/goio
.PHONY: imports
verify-imports: ## Run import verifications. Example: make verify-imports
hack/verify-imports.sh
.PHONY: verify-imports
# Build and run unit tests
#
# Args: