We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063ede9 commit e9dcf61Copy full SHA for e9dcf61
Makefile
@@ -1,2 +1,3 @@
1
+WHAT ?= .
2
imports:
- goimports -w -local github.com/multicluster-runtime/multicluster-runtime,sigs.k8s.io/,k8s.io/ .
3
+ goimports -w -local github.com/multicluster-runtime/multicluster-runtime,sigs.k8s.io/,k8s.io/ $(WHAT)
0 commit comments