crea l'ID con user+data+ip usando la data nel formato yymmggThh

This commit is contained in:
Michele 2017-01-17 11:43:14 +01:00
parent 8bff28e0dc
commit 1b36fde70a
3 changed files with 13 additions and 3 deletions

View file

@ -70,10 +70,15 @@ func producer() {
val: 1,
}
if opts.Debug {
fmt.Printf("PROD: %+v\n", time.Since(start))
}
consume <- produced{
user: user,
logins: logs,
}
}
done <- true