Overview
Explore common pitfalls in Golang programming and learn effective strategies to avoid them in this 25-minute conference talk by Dmitry Korolev at Conf42 Golang 2024. Dive into crucial topics including arrays and slices, strings manipulation, channel usage, goroutine management, synchronization techniques, defer statements, interface implementation, and vendoring peculiarities. Gain valuable insights to enhance your Go programming skills and write more robust, efficient code.
Syllabus
intro
preamble
arrays and slices
strings, runes and bytes
channels
goroutines
sync & atomic packages
defer
interfaces
vendoring peculiarities
conclusion
Taught by
Conf42