Files

7 lines
117 B
Go

package boringpoll
type Logger interface {
Infof(format string, args ...any)
Debugf(format string, args ...any)
}