Documentation ¶
Overview ¶
Package emoji terminal output.
Index ¶
- Variables
- func AliasList(shortCode string) []string
- func CodeMap() map[string]string
- func Errorf(format string, a ...interface{}) error
- func Fprint(w io.Writer, a ...interface{}) (int, error)
- func Fprintf(w io.Writer, format string, a ...interface{}) (int, error)
- func Fprintln(w io.Writer, a ...interface{}) (int, error)
- func HasAlias(shortCode string) bool
- func NormalizeShortCode(shortCode string) string
- func Print(a ...interface{}) (int, error)
- func Printf(format string, a ...interface{}) (int, error)
- func Println(a ...interface{}) (int, error)
- func RevCodeMap() map[string][]string
- func Sprint(a ...interface{}) string
- func Sprintf(format string, a ...interface{}) string
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ReplacePadding = " "
)
Replace Padding character for emoji.
Functions ¶
func NormalizeShortCode ¶
NormalizeShortCode normalizes a given `shortCode` to a deterministic alias.
func RevCodeMap ¶
RevCodeMap gets the underlying map of emoji.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.