🎨 代码完善

This commit is contained in:
李寻欢
2022-08-26 10:50:38 +08:00
parent 5f650fe975
commit b0e2a0086a
3 changed files with 34 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
package sensitive
import "sensitive/handle"
import "github.com/lixh00/sensitive/handle"
// RuleHandler 脱敏规则处理接口
type RuleHandler func(src, placeholder string) (dst string)