From 65bfc96e5bcc8a93d60e8ec7b9e7ce728f801b34 Mon Sep 17 00:00:00 2001 From: rogeecn Date: Tue, 25 Feb 2025 17:37:00 +0800 Subject: [PATCH] feat: add air tools --- templates/project/Makefile.raw | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/project/Makefile.raw b/templates/project/Makefile.raw index 40a87f8..b302d3f 100755 --- a/templates/project/Makefile.raw +++ b/templates/project/Makefile.raw @@ -25,6 +25,7 @@ lint: .PHONY: tools tools: + go install github.com/air-verse/air@latest go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@latest go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@latest go install google.golang.org/protobuf/cmd/protoc-gen-go@latest