Middle
Where should the interface description be placed?
sobes.tech AI
Answer from AI
In the same package where the types implementing the interface are defined. This corresponds to the principle of explicit interface implementation in Go.
sobes.tech AI
Answer from AI
In the same package where the types implementing the interface are defined. This corresponds to the principle of explicit interface implementation in Go.