cosmosquad-labs / squad

Apache License 2.0
6 stars 3 forks source link

Update `go_package` option in proto files to v2 #336

Open hallazzang opened 2 years ago

hallazzang commented 2 years ago

https://github.com/cosmosquad-labs/squad/blob/a755b70fc64db3816fe8dae7821375a78d6f9c5a/proto/squad/liquidity/v1beta1/liquidity.proto#L9

Should we update this line as below?

option go_package                      = "github.com/cosmosquad-labs/squad/v2/x/liquidity/types";

After making changes in local machine, it seems there's no major effect by changing package path in proto file. We need more discussion about this.