github.com/yuin/goldmark-emoji/definition.emojis.children (field)
9 uses
github.com/yuin/goldmark-emoji/definition (current package)
definition.go#L50: children []Emojis
definition.go#L58: children: []Emojis{},
definition.go#L70: m.children = append(m.children, emojis)
definition.go#L77: children: make([]Emojis, len(m.children)),
definition.go#L79: copy(es.children, m.children)
definition.go#L89: for _, es := range m.children {
![]() |
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. |