improve package gaes

This commit is contained in:
John Guo 2021-12-30 23:02:18 +08:00
parent fd5b0fdf49
commit 130a67c72b

View File

@ -16,9 +16,8 @@ import (
"github.com/gogf/gf/v2/errors/gerror"
)
var (
const (
// IVDefaultValue is the default value for IV.
// This can be changed globally.
IVDefaultValue = "I Love Go Frame!"
)