Skip to content

Commit 9663fe8

Browse files
committed
fix - go-zero: template
1 parent 1a92b89 commit 9663fe8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"go_module_name": "mono repo go_module_name(go.mod): like [mall]",
33
"biz_app_name": "biz_app_name: like[chat]",
4-
"project_short_description": "go-zero mono repo project generator."
4+
"project_short_description": "go-zero mono repo project generator.",
5+
"open_source_license": [
6+
"MIT",
7+
"BSD",
8+
"GPLv3",
9+
"Apache Software License 2.0",
10+
"Not open source"
11+
]
512
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def remove_file(filepath):
99

1010

1111
def mono_repo_create():
12-
print("single app create:")
12+
print("mono repo create:")
1313

1414

1515
if __name__ == '__main__':

0 commit comments

Comments
 (0)