package interfaces // Namer interface type Namer interface { Name() string }