github.com/yuin/goldmark/parser.parseContext.refs (field)
8 uses
github.com/yuin/goldmark/parser (current package)
parser.go#L225: refs map[string]Reference
parser.go#L244: refs: map[string]Reference{},
parser.go#L354: if _, ok := p.refs[key]; !ok {
parser.go#L355: p.refs[key] = ref
parser.go#L360: v, ok := p.refs[label]
parser.go#L365: ret := make([]Reference, 0, len(p.refs))
parser.go#L366: for _, v := range p.refs {
parser.go#L374: for _, r := range p.refs {
![]() |
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. |