Skip to content

Commit

Permalink
fix - go-zero: template
Browse files Browse the repository at this point in the history
  • Loading branch information
hhstore committed Mar 19, 2021
1 parent 5a40c1c commit 6e0bfd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mono-repo/go-zero/hooks/pre_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
def validate_name(regex):
# name list:
names = [
'{{ cookiecutter.repo_name}}',
'{{cookiecutter.go_module_name}}',
'{{cookiecutter.biz_app_name}}',
]

# validate:
Expand Down

0 comments on commit 6e0bfd1

Please sign in to comment.