Skip to content

Fix unmarshalling JSON from the command line

Nick Thomas requested to merge (removed):fix-json-unmarshal into master

We need to pass a pointer to the pb struct to json.Unmarshal, rather than a copy of the struct. Currently, this manifests as a runtime error and we have no test coverage that causes it :/

Merge request reports