Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Update Go sdk to comply with golang/protobuf update #1603

Merged
merged 1 commit into from
May 1, 2018

Conversation

dplumb94
Copy link
Contributor

@dplumb94 dplumb94 commented Apr 30, 2018

The golang/protobuf dependency update on 4/30 forces users to use keyed literals (e.g., foopb.Message{Name: "Golang", Age: 8} as opposed to foopb.Message{"Golang", 8}). There were a few examples of the latter that had to be updated.

https://groups.google.com/forum/#!topic/protobuf/N-elvFu4dFM
golang/protobuf#591

Signed-off-by: Darian Plumb [email protected]

The golang/protobuf dependency update on 4/30 forces users to use keyed
literals (e.g., foopb.Message{Name: "Golang", Age: 8} as opposed to
foopb.Message{"Golang", 8}). There were a few examples of the latter
that had to be updated.

Signed-off-by: Darian Plumb <[email protected]>
@dplumb94 dplumb94 merged commit 69c8acc into hyperledger-archives:master May 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants