Last minute fixes
This commit is contained in:
parent
d5d45c0b0c
commit
fdeffbdefe
2 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ func GetRank() (map[int64]int, error) {
|
|||
nteam += 1
|
||||
var tid int64
|
||||
var score int64
|
||||
var tzzz int64
|
||||
var tzzz time.Time
|
||||
if err := rows.Scan(&tid, &score, &tzzz); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue