Files

6 lines
61 B
Go
Raw Permalink Normal View History

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