Apply .gitignore rules

This commit is contained in:
皮蛋13361098506
2025-01-06 16:21:36 +08:00
parent 1b77f62820
commit ccd2c530cf
580 changed files with 69806 additions and 0 deletions

View File

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