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
I have a structure with field of type *bufio.Reader
Before start goroutine I initialize this field. After, I start goroutine by "go myStruct.readLoop()" where I use *bufio.Reader. Access violation appears