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
The tag regexp of bank.go msut begin with #. Whereas, it may allow white space at line begening. Hence we can only add the bellow code line between 36 and 37 lines:
line = string(bytes.TrimLeft([]byte(line), " "))
The text was updated successfully, but these errors were encountered:
The tag regexp of bank.go msut begin with #. Whereas, it may allow white space at line begening. Hence we can only add the bellow code line between 36 and 37 lines:
line = string(bytes.TrimLeft([]byte(line), " "))
The text was updated successfully, but these errors were encountered: