mirror of
https://github.com/opbnq-q/nto-cli.git
synced 2025-12-06 18:20:34 +07:00
fix: a few bugs
This commit is contained in:
@@ -40,7 +40,6 @@ func SplitStructField(field string) *entities.Field {
|
||||
startBacktip = len(field)
|
||||
}
|
||||
|
||||
|
||||
field = strings.TrimSpace(field[:startBacktip])
|
||||
|
||||
data := strings.Split(field, " ")
|
||||
|
||||
Reference in New Issue
Block a user