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

Latest commit

 

History

History
27 lines (21 loc) · 886 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 886 Bytes

Casty protocl package for Golang

This repository contains common protocol definitions for casty services

Install protoc-gen-go compiler

To install protoc-gen-go take a look at this documentation!

Directory Structure

The directory structure should match the protocol package.
we use /protobuf directory for our proto files and then we compile them into /proto directory!

Usage

To use this package on other Go services, simply use command below to install it.

$ go get github.com/castyapp/libcasty-protocol-go

Compile protobuffers

This command will compile .proto files of the /protobuf dir into /proto directory!

$ make compile

Contributing

Thank you for considering contributing to Casty projects!

License

Casty is an open-source software licensed under the MIT license.