improve package gaes

This commit is contained in:
John Guo
2021-12-31 14:24:07 +08:00
parent 4663978fde
commit 00692c50da

View File

@ -18,7 +18,7 @@ import (
const (
// IVDefaultValue is the default value for IV.
IVDefaultValue = "I Love GoFrame!"
IVDefaultValue = "I Love Go Frame!"
)
// Encrypt is alias of EncryptCBC.