2021-06-25 23:04:02 +02:00

8 lines
93 B
Go

package log
type entry struct {
loggables []Loggable
system string
event string
}