Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 408 Bytes

File metadata and controls

21 lines (15 loc) · 408 Bytes

Getting Started

  1. Install protobuf compiler

  2. Install the protoc Go plugin

    $ go get -u github.com/golang/protobuf/protoc-gen-go
    
  3. Generate Go code by proto file

    $ ./local.sh gen
    
  4. Start server

    $ ./local.sh start