This is an automated email from the ASF dual-hosted git repository.
zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git
The following commit(s) were added to refs/heads/master by this push:
new 97eccd48 change header dir
97eccd48 is described below
commit 97eccd485e6727d350913096071234245feffe13
Author: mfordjody <[email protected]>
AuthorDate: Fri Jan 16 14:04:05 2026 +0800
change header dir
---
client-go/Makefile.core.mk | 2 +-
header.go.txt => client-go/header.go.txt | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/client-go/Makefile.core.mk b/client-go/Makefile.core.mk
index e4cb242c..25c87cd7 100644
--- a/client-go/Makefile.core.mk
+++ b/client-go/Makefile.core.mk
@@ -43,7 +43,7 @@ kube_clientset_name = versioned
kube_listers_package = $(kube_base_output_package)/listers
kube_informers_package = $(kube_base_output_package)/informers
kube_applyconfiguration_package =
$(kube_base_output_package)/applyconfiguration
-kube_go_header_text = header.go.txt
+kube_go_header_text = client-go/header.go.txt
empty:=
space := $(empty) $(empty)
diff --git a/header.go.txt b/client-go/header.go.txt
similarity index 100%
rename from header.go.txt
rename to client-go/header.go.txt