all repos — emoji @ 8ec71710fc129a998db2f2236de7f006262d0428

A minimalistic emoji package for Go (golang)

badge: add code coverage badge
Enes Çakır enes@cakir.web.tr
Tue, 18 Feb 2020 00:53:18 +0300
commit

8ec71710fc129a998db2f2236de7f006262d0428

parent

964e968b04d2cf923dfcc03fb40f7da1cad5bd68

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

jump to
M README.mdREADME.md

@@ -2,7 +2,8 @@ # emoji :rocket: :school_satchel: :tada:

[![Build Status](https://github.com/enescakir/emoji/workflows/build/badge.svg?branch=master)](https://github.com/enescakir/emoji/actions) [![godoc](https://godoc.org/github.com/enescakir/emoji?status.svg)](https://godoc.org/github.com/enescakir/emoji) [![Go Report Card](https://goreportcard.com/badge/github.com/enescakir/emoji)](https://goreportcard.com/report/github.com/enescakir/emoji) -![MIT License](https://img.shields.io/github/license/enescakir/emoji) +[![Codecov](https://img.shields.io/codecov/c/github/enescakir/emoji)](https://codecov.io/gh/enescakir/emoji) +[![MIT License](https://img.shields.io/github/license/enescakir/emoji)](https://github.com/enescakir/emoji/blob/master/LICENSE) `emoji` is a minimalistic emoji library for Go. It lets you use emoji characters in strings.

@@ -61,7 +62,6 @@ ```

## Todo :pushpin: * Add `godoc` -* Add badges to README * Add benchmarks * Add emoji constant generator