You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
list := data.Records.(*[]Bank)
for k, v := range *list {
if len(v.Card) > 4 {
(*list)[k].Card = string([]byte(v.Card)[len(v.Card)-4:])
}
}
data.Records = list
How to format the data?
I can't transfer an array from interface
The text was updated successfully, but these errors were encountered: