From 3872736263d06fc19b6b594747c7b3879ab087b2 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 28 Mar 2025 12:13:45 -0600 Subject: feat: generate golang rpc client/server --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4abd8ba..761023d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ default: @go install tool - @command -v protoc-gen-twirp_ruby @command -v mage @command -v playwright + @command -v protoc-gen-go + @command -v protoc-gen-go-grpc + @command -v protoc-gen-twirp_ruby @mage -l @ruby ./script/cibuild -- cgit v1.2.3