types.go 63 B

123456
  1. package logger
  2. type entry struct {
  3. Time string
  4. Count int
  5. }