Skip to content

Commit

Permalink
fix: Update the proto file
Browse files Browse the repository at this point in the history
  • Loading branch information
sirateek committed Apr 17, 2023
1 parent 40bcc89 commit f8c2eb5
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build-proto:
protoc --go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
./grpc/proto/*
./proto/*
136 changes: 68 additions & 68 deletions grpc/proto/tag.pb.go → proto/tag.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion grpc/proto/tag.proto → proto/tag.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

option go_package = "github.com/GarnBarn/common-go";
option go_package = "github.com/GarnBarn/common-go/proto";

package tag;

Expand Down
6 changes: 3 additions & 3 deletions grpc/proto/tag_grpc.pb.go → proto/tag_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f8c2eb5

Please sign in to comment.