Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bufio: Goroutine and method #12271

Closed
saturn4er opened this issue Aug 22, 2015 · 1 comment
Closed

bufio: Goroutine and method #12271

saturn4er opened this issue Aug 22, 2015 · 1 comment

Comments

@saturn4er
Copy link

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

@bradfitz
Copy link
Contributor

Let's move this discussion to the golang-nuts mailing list. We only use Go's issue tracker to track Go bugs and TODO items.

@mikioh mikioh changed the title Goroutine and method bufio: Goroutine and method Aug 23, 2015
@golang golang locked and limited conversation to collaborators Aug 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants