github.com/yuin/goldmark/text.blockReader.source (field)
10 uses
github.com/yuin/goldmark/text (current package)
reader.go#L254: source []byte
reader.go#L267: source: source,
reader.go#L297: return r.source
reader.go#L316: ret = append(ret, r.source[i])
reader.go#L342: l := len(r.source)
reader.go#L345: if utf8.RuneStart(r.source[i]) {
reader.go#L352: rn, _ := utf8.DecodeRune(r.source[i:])
reader.go#L360: if r.source[i] == '\t' {
reader.go#L376: return r.source[r.pos.Start]
reader.go#L383: return r.pos.Value(r.source), r.pos
![]() |
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. |