add
This commit is contained in:
@@ -22,16 +22,6 @@ def update_go_mod(table_name):
|
|||||||
|
|
||||||
# go.mod内容模板,将xxxxx替换为table_name
|
# go.mod内容模板,将xxxxx替换为table_name
|
||||||
go_mod_content = f"""module {table_name}
|
go_mod_content = f"""module {table_name}
|
||||||
|
|
||||||
go 1.25.0
|
|
||||||
|
|
||||||
require (
|
|
||||||
|
|
||||||
)
|
|
||||||
|
|
||||||
require (
|
|
||||||
|
|
||||||
)
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user