type go/parser.bailout
4 uses
go/parser (current package)
interface.go#L95: if _, ok := e.(bailout); !ok {
interface.go#L201: if _, ok := e.(bailout); !ok {
parser.go#L352: type bailout struct{}
parser.go#L366: panic(bailout{})
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |