fix command struct

This commit is contained in:
Jay
2018-12-19 11:34:01 +08:00
parent 0f8d722e38
commit 09d018355d
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ type Commands struct {
Message string `db:"message" cc:"message"`
Group string `db:"group" cc:"group"`
Ctime time.Time `db:"ctime" cc:"ctime"`
Mtime time.Time `db:"mtime" cc:"ctime"`
Mtime time.Time `db:"mtime" cc:"mtime"`
}
// CommandsWithGroup -