✏️ 修复 manager 定时器错误

同时 make lint happy
This commit is contained in:
fumiama
2021-12-26 14:07:05 +08:00
parent 1682c321d3
commit cb44758036
14 changed files with 74 additions and 50 deletions

View File

@@ -3,7 +3,7 @@ package omikuji
import "strconv"
type kuji struct {
Id uint8 `db:"id"`
ID uint8 `db:"id"`
Text string `db:"text"`
}