filterString rm ':'

This commit is contained in:
710leo 2020-07-07 14:11:50 +08:00
parent d0a00236ba
commit b3e961a3c6
1 changed files with 0 additions and 2 deletions

View File

@ -198,7 +198,6 @@ func filterString(str string) string {
r == '\n' ||
r == ',' ||
r == ' ' ||
r == ':' ||
r == '='
}) {
@ -211,7 +210,6 @@ func filterString(str string) string {
r == '\n' ||
r == ',' ||
r == ' ' ||
r == ':' ||
r == '=' {
return '_'
}