From 1a7bb737afb9e6fb829c8aa3966f73acc7c07aa7 Mon Sep 17 00:00:00 2001 From: Rogee Date: Tue, 23 Sep 2025 16:02:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20init=20=E7=9B=AE?= =?UTF-8?q?=E6=A0=87=E4=BB=A5=E7=94=9F=E6=88=90=E6=9C=8D=E5=8A=A1=E5=B9=B6?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=94=9F=E6=88=90=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/project/Makefile.raw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/project/Makefile.raw b/templates/project/Makefile.raw index 699bb2c..23b7c4f 100755 --- a/templates/project/Makefile.raw +++ b/templates/project/Makefile.raw @@ -38,9 +38,9 @@ tools: .PHONY: init init: tools @atomctl swag init - @atomctl gen route @atomctl gen enum - @atomctl gen provider + @atomctl gen route + @atomctl gen service @buf generate @go mod tidy @go get -u