This repository contains common protocol definitions for casty services
To install protoc-gen-go
take a look at this documentation!
The directory structure should match the protocol package.
we use /protobuf
directory for our proto files and then we compile them into /proto
directory!
To use this package on other Go services, simply use command below to install it.
$ go get github.com/castyapp/libcasty-protocol-go
This command will compile .proto
files of the /protobuf
dir into /proto
directory!
$ make compile
Thank you for considering contributing to Casty projects!
Casty is an open-source software licensed under the MIT license.