feat:完善项目
This commit is contained in:
7
utils/encrypt_test.go
Normal file
7
utils/encrypt_test.go
Normal file
@ -0,0 +1,7 @@
|
||||
package utils
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestSha256String(t *testing.T) {
|
||||
t.Log(Md5String("9f735e0df9a1ddc702bf0a1a7b83033f9f7153a00c29de82cedadc9957289b05"))
|
||||
}
|
Reference in New Issue
Block a user