9 LoginCount int `yaml:"login count"`
10 StartTime time.Time `yaml:"start time"`
15 func (s *Stats) String() string {
22 d := time.Since(s.StartTime)
23 d = d.Round(time.Minute)
30 s.StartTime.Format(time.RFC1123Z),
31 fmt.Sprintf("%02d:%02d", h, m),