all repos — emoji @ 5e63a1afa5f89c2c250ccad27e7abb55a812f3de

A minimalistic emoji package for Go (golang)

badge: add building status badge
Enes Çakır enes@cakir.web.tr
Tue, 18 Feb 2020 00:34:09 +0300
commit

5e63a1afa5f89c2c250ccad27e7abb55a812f3de

parent

d185e372a9c51191a28ccc2c3b4c4a5d7141367d

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

jump to
M README.mdREADME.md

@@ -1,4 +1,5 @@

# emoji :rocket: :school_satchel: :tada: +[![build](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) `emoji` is a minimalistic emoji library for Go. It lets you use emoji characters in strings.
M doc.godoc.go

@@ -1,4 +1,4 @@

/* Package emoji makes working with emojis easier. - */ +*/ package emoji