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: