Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 186 Bytes

File metadata and controls

5 lines (5 loc) · 186 Bytes

Go style guidelines

Do:

  • By default follow the Uber Go style guide.
  • Prefer zap for structured logging.
  • Prefer pkg/errors for error handling.