Skip to content

Commit

Permalink
added go package option
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoloui committed Feb 27, 2023
1 parent 6da56bd commit 2fdd922
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions movies/v1/movie.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ syntax = "proto3";

package movies.v1;

option go_package = "github.com/jtoloui/proto-store/go/movies/v1;moviesv1";

// The movie message containing the title, director, and year.
message Movie {
// The title of the movie.
Expand Down

0 comments on commit 2fdd922

Please sign in to comment.