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
after parsed into a struct Person, p.Address will hold a string value """"(not empty string but two double quotes in it)
i expect p.Address will equal to empty string
i have .ini file
after parsed into a struct Person, p.Address will hold a string value
""""(not empty string but two double quotes in it)i expect p.Address will equal to empty string
@unknwon