Skip to content

Commit

Permalink
remove operator character
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderTreeTech committed Feb 7, 2023
1 parent b658cd5 commit fbef575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/xstring/string.go
Expand Up @@ -30,7 +30,7 @@ import (
const (
_defalutLng = "en"
_lngWildCard = "*"
_letters = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ+-_"
_letters = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
)

//get locale language
Expand Down

0 comments on commit fbef575

Please sign in to comment.