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
Post
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.