Add back option go_package to third_party confio proofs.proto (#7565)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Marie Gauthier
2020-10-15 13:35:28 +00:00
committed by GitHub
co-authored by mergify[bot]
parent 55242a659c
commit 1279da53ea
+1
View File
@@ -1,6 +1,7 @@
syntax = "proto3";
package ics23;
option go_package = "github.com/confio/ics23/go";
enum HashOp {
// NO_HASH is the default if no data passed. Note this is an illegal argument some places.