From 130a67c72b46098308947216535288c57f4ce5e9 Mon Sep 17 00:00:00 2001 From: John Guo Date: Thu, 30 Dec 2021 23:02:18 +0800 Subject: [PATCH] improve package gaes --- crypto/gaes/gaes.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crypto/gaes/gaes.go b/crypto/gaes/gaes.go index 8b6e01d21..4e7e5e4f6 100644 --- a/crypto/gaes/gaes.go +++ b/crypto/gaes/gaes.go @@ -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!" )