hi-server/pkg/tool/encryption_test.go
2025-10-10 07:13:36 -07:00

8 lines
124 B
Go

package tool
import "testing"
func TestEncodePassWord(t *testing.T) {
t.Logf("EncodePassWord: %v", EncodePassWord(""))
}