Go 1.23 introduces several key updates including support for function iterators, opt-in telemetry for toolchain improvement, significant build speed increases with Profile Guided Optimization, and garbage collection improvements for timers and tickers. It also features a new package for canonicalizing values and restricts the
Table of contents
Iterator functions, aka range-over-funcGarbage collection improvements for time.Timer and co.Compilation speedup with Profile Guided Optimization enabledA unique package indeed: unique//go:linkname can only refer to symbols that are markedRandom tipsAnd finally…ConclusionLinksSort: