Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 429 Bytes

CHANGELOG.md

File metadata and controls

21 lines (12 loc) · 429 Bytes

2019-12-17

  • Functional Options: Recommend struct implementations of Option interface instead of capturing values with a closure.

2019-11-26

  • Add guidance against mutating global variables.

2019-10-21

  • Add section on remaining consistent with existing practices.
  • Add guidance on map initialization and size hints.

2019-10-11

  • Suggest succinct context for error messages.

2019-10-10

  • Initial release.