aller assurer la mise en œuvre


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