package log type Logger interface { Info(message string) }