petuhovskiy / chill-log-printer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chill example project for Go

Some steps for you to write code with this template:

  1. Write your server code in the src directory;
  2. Fill api directory with gRPC declarations of your API;
  3. Use chill-cli sync to generate stubs by these declarations;
  4. (optional) If needed, change Dockerfile in the image dir so that in could run your server;
  5. Follow the docs to manage dependencies for your service, and to deploy it.

About


Languages

Language:Go 81.8%Language:Dockerfile 18.2%