goProject/trunk/goutil/securityUtil/doc.go
皮蛋13361098506 1b77f62820 初始化项目
2025-01-06 16:01:02 +08:00

12 lines
401 B
Go
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
这个包包含安全方面的util对象和方法例如md5,sha1,rsa等。
使用时需要先import "goutil.security"。
当前这里面包括有2个对象md5和sha1在使用时可以参照如下方式
s := "hello world"
result := Md5String(s, true)
*/
package securityUtil
//此文档是专为写包注释而添加的,无实际意义。因此其它文件也不用再添加包注释了