Skip to content

Latest commit

 

History

History
183 lines (111 loc) · 9.44 KB

UPDATES.md

File metadata and controls

183 lines (111 loc) · 9.44 KB

1.16.b (2021/May/18)

  • add Go 1.17 contents

1.16.a (2021/Feb/18)

  • support Go 1.16 embedding feature.

1.16.a (2021/Feb/18)

  • support Go 1.16 embedding feature.

1.15.b (2020/Oct/09)

1.15.a (2020/Aug/07)

  • point out that, since Go Toolchain 1.15, using make+copy to clone slices is always more efficient than using append to clone.

1.14.g (2020/Jun/12)

  • remove the new detail added in 1.14.e: The behavior of comparing struct values with both comparable and incomparable fields or array values with both comparable and incomparable elements is unspecified. The reason is the behavior will be specified.
  • add a new detail: About the impossible to-interface assertions which can be detected at compile time.

1.14.f (2020/Jun/02)

  • All "Go SDK" uses are changed to "Go Toolchain".

1.14.e (2020/May/06)

  • add a new detail: The behavior of comparing struct values with both comparable and incomparable fields or array values with both comparable and incomparable elements is unspecified.
  • add a new detail: In struct value comparisons, blank fields will be ignored.

1.14.d (2020/Apr/25)

  • runtime.KeepAlive related concents are removed from Unsafe Pointers article. I'm sorry for spreading some wrong information in this article before.

1.13.i (2019/Oct/31)

1.13.h (2019/Oct/18)

1.13.e (2019/Oct/07)

  • I decided to withdraw the last erratum in 1.13.d. (Re-added in 1.14.d)

1.13.d (2019/Sep/30)

1.13.c (2019/Sep/25)

  • remove the section containing a stupid code mistake from the "The Right Places to Call the recover Function" article.

1.13.b (2019/Sep/19)

  • remove the inaccurate description "the address of a variable will never change"

1.13.a (2019/Sep/05)

1.12.d (2019/May/18)

1.12.c (2019/April/09)

  • remove the "named type" and "unnamed type" terminology.
  • adjust some discriptions in Type Embdding.

1.12.b (2019/April/06)

1.12.a (2019/March/02)

  • Go 1.12 ready.

1.11.f (2019/Jan/02)

1.11.g (2018/Dec/27)

  • a serious mistake was just fixed in this book. Before, the book said the starting index in a subslice syntax can't be larger than the length of the base slice. This is wrong. Please read the corrected section again for details.

1.11.f (2018/Nov/09)

1.11.e (2018/Oct/26)

1.11.d (2018/Oct/18)

1.11.c (2018/Sep/22)

1.11.b (2018/Sep/09)

1.11.a (2018/Sep/01)

1.10.g (2018/Jun/02)

1.10.f (2018/May/15)

1.10.e (2018/Apr/28)

1.10.d (2018/Apr/18)

1.10.c (2018/Apr/14)

1.10.b (2018/Apr/06)

1.10.a (2018/Mar/31)

First release, though some articles are still not finished.