package
Version:
v0.0.0-...-e490d57
Opens a new window with list of versions in this module.
Published: Jun 10, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type AllEmoji interface {
WithShortcode(shortcode string) *Emoji
List() []*Emoji
}
type Emoji struct {
Unicode string `json:"unicode"`
Shortcode string `json:"shortcode"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.