The highest tagged major version is
v13.
package
Version:
v12.116.0
Opens a new window with list of versions in this module.
Published: Apr 22, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package emoji provides methods for working with emojis
Emojize replaces emoji codes by emoji symbols
fmt.Println(Emojize("Hi :smile:!"))
Output:
Hi 😄!
Find tries to find emojis by name
fmt.Printf("%#v\n", Find("baby_"))
Output:
Get tries to find emoji by it name
fmt.Println(Get("zap"))
Output:
⚡️
GetName tries to find name of emoji
fmt.Println(GetName("⚡️"))
Output:
zap
Source Files
¶
Click to show internal directories.
Click to hide internal directories.