feat: sort output by timestamp

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-06-26 04:33:23 +08:00
parent 31419dc003
commit ebeef65f81
10 changed files with 251 additions and 204 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
)
var (
passwordIsEmpty = errors.New("decrypt fail, password is empty")
passwordIsEmpty = errors.New("decrypt fail, password is empty")
)
type DecryptError struct {