6 lines
87 B
Go
6 lines
87 B
Go
package tacitus
|
|
|
|
type Logger interface {
|
|
Info(format string, params ...interface{})
|
|
}
|