From f36f77472a82d6ebfac153aed6d17f154ae239a6 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 22 Feb 2025 09:59:10 -0500 Subject: Good foundations --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7ef18f3..903549d 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,9 @@ codegen: protoc \ --proto_path=resources \ --proto_path=external \ - --go_out=internal/server/model \ + --go_out=pkg/model \ --go_opt=paths=source_relative \ - --go-grpc_out=internal/server/model \ + --go-grpc_out=pkg/model \ --go-grpc_opt=paths=source_relative \ resources/schema.proto -- cgit v1.2.3