go/parser.parser.syncCnt (field)
4 uses
go/parser (current package)
parser.go#L55: syncCnt int // number of parser.advance calls without progress
parser.go#L473: if p.pos == p.syncPos && p.syncCnt < 10 {
parser.go#L474: p.syncCnt++
parser.go#L479: p.syncCnt = 0
![]() |
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. |