github.com/yuin/goldmark/text.reader.source (field)
10 uses
github.com/yuin/goldmark/text (current package)
reader.go#L76: source []byte
reader.go#L88: source: source,
reader.go#L103: return r.source
reader.go#L107: return seg.Value(r.source)
reader.go#L115: return r.source[r.pos.Start]
reader.go#L139: if r.source[i] == '\t' {
reader.go#L159: if utf8.RuneStart(r.source[i]) {
reader.go#L163: rn, _ := utf8.DecodeRune(r.source[i:])
reader.go#L181: if r.source[r.pos.Start] == '\n' {
reader.go#L206: c := r.source[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. |