type github.com/yuin/goldmark-emoji/ast.Emoji
7 uses
github.com/yuin/goldmark-emoji/ast (current package)
emoji.go#L12: type Emoji struct {
emoji.go#L20: func (n *Emoji) Dump(source []byte, level int) {
emoji.go#L32: func (n *Emoji) Kind() gast.NodeKind {
emoji.go#L37: func NewEmoji(shortName []byte, value *definition.Emoji) *Emoji {
emoji.go#L38: return &Emoji{
github.com/yuin/goldmark-emoji
emoji.go#L75: type RendererFunc func(w util.BufWriter, source []byte, n *east.Emoji, config *RendererConfig)
emoji.go#L289: node := n.(*east.Emoji)
![]() |
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. |