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

Protos #11

Open
paulwizviz opened this issue May 25, 2018 · 0 comments
Open

Protos #11

paulwizviz opened this issue May 25, 2018 · 0 comments

Comments

@paulwizviz
Copy link

I notice that there is a protos folder in this project. Would it be better to just share the one in sawtooth-core? After all the projects can easily access each other via $GOPATH.

This will ensure consistent versioning?

For example:

SRC_DIR=$GOPATH/src/github.com/hyperledger-sawtooth-core/protos
DST_DIR=$GOPATH/src/github.com/hyperledger-sawtooth-sdk

protoc -I=$SRC_DIR --go_out=$DST_DIR $SRC_DIR/addressbook.proto

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant