all repos — emoji @ 6dc9ded0cccbf6009664a1d291fd62127ed43e99

A minimalistic emoji package for Go (golang)

Update README.md
Enes Çakır enes@cakir.web.tr
Mon, 17 Feb 2020 00:10:04 +0300
commit

6dc9ded0cccbf6009664a1d291fd62127ed43e99

parent

1e3170cd316b7c678b4c2f9e1b52c55fc581a57b

1 files changed, 9 insertions(+), 9 deletions(-)

jump to
M README.mdREADME.md

@@ -1,14 +1,14 @@

-# emoji :wolf: :evergreen_tree: :school_satchel: +# emoji :rocket: :school_satchel: :tada: `emoji` is a minimalistic emoji library for Go. It lets you use emoji characters in strings. Inspired by [spatie/emoji](https://github.com/spatie/emoji) -## Install +## Install :floppy_disk: ``` bash go get github.com/enescakir/emoji ``` -## Usage +## Usage :surfer: ```go package main

@@ -40,24 +40,24 @@ ```

This package contains Full Emoji List v12.0 based on [https://unicode.org/Public/emoji/12.0/emoji-test.txt](https://unicode.org/Public/emoji/12.0/emoji-test.txt). -## Testing +## Testing :hammer: ``` bash go test ``` -## Todo +## Todo :pushpin: * Add `godoc` * Add country code to flag emoji converter * Add badges to README * Add tests * Add emoji constant generator -## Contributing +## Contributing :man_technologist: I am accepting PRs that add characters to the class. Please use [this list](http://unicode.org/emoji/charts/full-emoji-list.html) to look up the unicode value and the name of the character. -## Credits +## Credits :star: - [Enes Çakır](https://github.com/enescakir) -## License -The MIT License (MIT). Please see [License File](LICENSE.md) for more information.+## License :scroll: +The MIT License (MIT). Please see [License File](LICENSE.md) for more information.