sort output

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-06-26 04:33:23 +08:00
parent cc6ce9baa7
commit 9960f402bc
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 {