This repository has been archived on 2022-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
tacitus/logger.go
2017-09-23 11:26:52 -07:00

6 lines
87 B
Go

package tacitus
type Logger interface {
Info(format string, params ...interface{})
}