Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 354 Bytes

developers.md

File metadata and controls

10 lines (6 loc) · 354 Bytes

Development Guide

  • After cloning, run make init to set up pre-commit githook to enforce Go formatting and imports
  • If using IntelliJ/IDEA/GoLand, mark directory api/external as Resource Root

Updating API

The API is auto-generated from the protos in the api directory. After making changes, run make generated-code -B to re-generate.