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

Protos #11

@paulwizviz

Description

@paulwizviz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions