eliminati tutti i warning
This commit is contained in:
parent
8e384215b7
commit
c2a5e09323
7 changed files with 47 additions and 21 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue