type github.com/yuin/goldmark-emoji/definition.Emoji
13 uses
github.com/yuin/goldmark-emoji/definition (current package)
definition.go#L4: type Emoji struct {
definition.go#L16: func NewEmoji(name string, unicode []rune, shortNames ...string) Emoji {
definition.go#L23: return Emoji{
definition.go#L31: func (em *Emoji) IsUnicode() bool {
definition.go#L38: Get(shortName string) (*Emoji, bool)
definition.go#L48: list []Emoji
definition.go#L49: m map[string]*Emoji
definition.go#L54: func NewEmojis(es ...Emoji) Emojis {
definition.go#L57: m: map[string]*Emoji{},
definition.go#L83: func (m *emojis) Get(shortName string) (*Emoji, bool) {
definition.go#L102: func WithEmojis(emojis ...Emoji) EmojisOption {
github.com/yuin/goldmark-emoji/ast
emoji.go#L16: Value *definition.Emoji
emoji.go#L37: func NewEmoji(shortName []byte, value *definition.Emoji) *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. |