diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-02-22 09:59:10 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-02-22 09:59:10 -0500 |
commit | f36f77472a82d6ebfac153aed6d17f154ae239a6 (patch) | |
tree | d749ecc2ebf86a39b15ac3026d3e100d0276442b /Makefile | |
parent | 2cb9e5fe823391c09a99424138192d0fbec727af (diff) |
Good foundations
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |