github.com/yuin/goldmark/parser.ids.values (field)
7 uses
github.com/yuin/goldmark/parser (current package)
parser.go#L66: values map[string]bool
parser.go#L71: values: map[string]bool{},
parser.go#L102: if _, ok := s.values[util.BytesToReadOnlyString(result)]; !ok {
parser.go#L103: s.values[util.BytesToReadOnlyString(result)] = true
parser.go#L108: if _, ok := s.values[newResult]; !ok {
parser.go#L109: s.values[newResult] = true
parser.go#L117: s.values[util.BytesToReadOnlyString(value)] = true
![]() |
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. |