Go API do not build
jeremyletang opened this issue · 1 comments
jeremyletang commented
When trying to import the go package into a go application, the build fail with the following error:
# github.com/vegaprotocol/api-clients/go/generated/code.vegaprotocol.io/vega/proto
../../../pkg/mod/github.com/vegaprotocol/api-clients@v0.30.2/go/generated/code.vegaprotocol.io/vega/proto/vega.validator.pb.go:219:11: this.Size_ undefined (type *OrderSubmission has no field or method Size_)
../../../pkg/mod/github.com/vegaprotocol/api-clients@v0.30.2/go/generated/code.vegaprotocol.io/vega/proto/vega.validator.pb.go:220:123: this.Size_ undefined (type *OrderSubmission has no field or method Size_)
ashleyvega commented
Fixed in #119.