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:
9
Makefile
9
Makefile
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user