eliminati tutti i warning

This commit is contained in:
miki 2016-10-05 11:55:50 +02:00
parent 8e384215b7
commit c2a5e09323
7 changed files with 47 additions and 21 deletions

View file

@ -39,7 +39,7 @@ func producer(id int) {
break
}
// estrae tutti i login dell'utente "user"
// estrae <MaxLogins> login dell'utente "user"
logs, err := redis.Strings(conn.Do("lrange", user, "1", strconv.Itoa(opts.MaxLogins)))
if err != nil {
if opts.Debug {