package rendering import ( "fmt" "github.com/enescakir/emoji" ) func Emoji(e emoji.Emoji) string { return fmt.Sprintf("%s", e) }