fixed bugs
This commit is contained in:
parent
914177d440
commit
a8ae98e427
2 changed files with 1 additions and 2 deletions
|
@ -120,7 +120,6 @@ func (a Aggregate) Start() {
|
|||
a.cUsers = 0
|
||||
a.cLogins = 0
|
||||
a.users = *new(Users)
|
||||
fmt.Printf("Logins: %d\n", a.cLogins)
|
||||
for iter.Next(&a.users) {
|
||||
a.cUsers += 1
|
||||
a.cLogins += len(a.users.Logins)
|
||||
|
|
|
@ -13,7 +13,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
_VERSION = "v1.3.4"
|
||||
_VERSION = "v1.3.5"
|
||||
_tformat = "2006-01-02"
|
||||
_24h = (time.Hour * 23) + (time.Minute * 59) + (time.Second * 59)
|
||||
_10m = (time.Minute * 10)
|
||||
|
|
Loading…
Add table
Reference in a new issue