mirror of
https://github.com/gohouse/gorose.git
synced 2025-12-24 12:47:55 +08:00
* field rm back quotes
This commit is contained in:
@@ -13,8 +13,8 @@ import (
|
||||
func BackQuotes(arg any) string {
|
||||
var tmp []string
|
||||
if v, ok := arg.(string); ok {
|
||||
if v == "" {
|
||||
return ""
|
||||
if v == "" || v == "*" {
|
||||
return v
|
||||
}
|
||||
split := strings.Split(v, " ")
|
||||
split2 := strings.Split(split[0], ".")
|
||||
|
||||
Reference in New Issue
Block a user