Gehen Sie die Implementierung sicher
// Will give you a compile-time error if
// Implementation doesn't imlpement Interface
var _ Interface = (*Implementation)(nil)
Bismarck the divine