Documentation ¶
Overview ¶
Package emoji terminal output.
Index ¶
- Constants
- 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 Print(a ...interface{}) (int, error)
- func Printf(format string, a ...interface{}) (int, error)
- func Println(a ...interface{}) (int, error)
- func Sprint(a ...interface{}) string
- func Sprintf(format string, a ...interface{}) string
Constants ¶
View Source
const (
ReplacePadding = " "
)
Replace Padding character for emoji.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.