From ba23d606a0b19489700f3906c06f625df29d76f7 Mon Sep 17 00:00:00 2001 From: vipg Date: Fri, 26 Dec 2025 17:33:33 +0800 Subject: [PATCH] add --- create/create_src_mod.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/create/create_src_mod.py b/create/create_src_mod.py index 3ea366f..b2d1946 100644 --- a/create/create_src_mod.py +++ b/create/create_src_mod.py @@ -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: