package year25 type Logger interface { Printf(string, ...interface{}) Println(...interface{}) }