We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run the following program: http://play.golang.org/p/EJ8Qd_lfDI
panic: drop goroutine 1 [running]: encoding/gob.catchError(0x1040e35c, 0x1) /usr/src/go/src/encoding/gob/error.go:38 +0xc0 encoding/gob.(*decBuffer).Drop(0x1040e330, 0x7f) /usr/src/go/src/encoding/gob/decode.go:55 +0xe0 encoding/gob.(*Decoder).ignoreInterface(0x1040e320, 0x104351c0) /usr/src/go/src/encoding/gob/decode.go:691 +0x260
Happens on both go14 (playground) and tip.
The text was updated successfully, but these errors were encountered:
e449b57
No branches or pull requests
Run the following program:
http://play.golang.org/p/EJ8Qd_lfDI
Happens on both go14 (playground) and tip.
The text was updated successfully, but these errors were encountered: