fix: a few bugs

This commit is contained in:
2025-02-16 00:34:09 +07:00
parent 08166e75d3
commit fd75c678bb
3 changed files with 15 additions and 15 deletions

View File

@@ -40,7 +40,6 @@ func SplitStructField(field string) *entities.Field {
startBacktip = len(field)
}
field = strings.TrimSpace(field[:startBacktip])
data := strings.Split(field, " ")