Answers for "go ensure implementation"

Go
1

go ensure implementation

// Will give you a compile-time error if
// Implementation doesn't imlpement Interface
var _ Interface = (*Implementation)(nil)
Posted by: Guest on April-07-2022

Browse Popular Code Answers by Language