This commit is contained in:
vipg
2025-12-26 17:33:33 +08:00
parent 39e33007d2
commit ba23d606a0

View File

@@ -22,16 +22,6 @@ def update_go_mod(table_name):
# go.mod内容模板将xxxxx替换为table_name
go_mod_content = f"""module {table_name}
go 1.25.0
require (
)
require (
)
"""
try: