Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 379 Bytes

File metadata and controls

10 lines (8 loc) · 379 Bytes

Project: Daily Soaps

General Instructions

  • When generating code use the existing style.
  • Add document comments on all exported Go functions and methods.
  • Follow the Effective Go guidelines.
  • Prioritize standard library packages rather than custom code.
  • Always run gofumpt any .go files you modify.
  • Use "_test" packages whenever possible when writing unit tests.