luap42 soon at a 39c3 near you
and 7 others
boosted
Context-aware net.Dialer has been accepted and complete.
https://antonz.org/accepted/net-dialer-context/
#GoLang #NetworkProgramming
Dropped some knowledge bomb on some new-ish Go folks with the interface implementation compile-time check hack.
var _ TheInterface = (*TheImplementation)(nil)Minds were blown.
#GoLang