github.com/yuin/goldmark/text.reader.sourceLength (field)
7 uses
github.com/yuin/goldmark/text (current package)
reader.go#L77: sourceLength int
reader.go#L89: sourceLength: len(source),
reader.go#L111: if r.pos.Start >= 0 && r.pos.Start < r.sourceLength {
reader.go#L121: if r.pos.Start >= 0 && r.pos.Start < r.sourceLength {
reader.go#L175: l := r.sourceLength
reader.go#L204: r.pos.Stop = r.sourceLength
reader.go#L205: for i := r.pos.Start; i < r.sourceLength; i++ {
![]() |
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. |