Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (26 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

43 lines (26 loc) · 2.03 KB

2020-12-02

2020-09-28

2020-09-18

2020-06-10

  • Update based on the original repository changes from 2020-06-10:
    • Add guidance on avoiding init().
    • Add guidance to avoid using built-in names.
    • Add reminder that nil slices are not always the same as empty slices.

2020-02-01

  • Update based on the original repository changes from 2020-02-24:

    Add guidance on verifying interface compliance with compile-time checks.

2020-02-01

  • Update based on the original repository changes from 2020-01-30:

    Recommend using the time package when dealing with time.

2020-01-26

  • Update based on the original repository changes from 2020-01-25:

    Add guidance against embedding types in public structs.

2019-12-31

  • Update based on the original repository changes from 2019-12-17:

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

2019-12-08

  • Initial Polish translation of guide. In accordance with state of the original repository at 2019-11-26 CHANGELOG.md entry:

    Add guidance against mutating global variables.