You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered: