Skip to content

Commit 6e0bfd1

Browse files
committed
fix - go-zero: template
1 parent 5a40c1c commit 6e0bfd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mono-repo/go-zero/hooks/pre_gen_project.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
def validate_name(regex):
99
# name list:
1010
names = [
11-
'{{ cookiecutter.repo_name}}',
11+
'{{cookiecutter.go_module_name}}',
12+
'{{cookiecutter.biz_app_name}}',
1213
]
1314

1415
# validate:

0 commit comments

Comments
 (0)