Skip to content

Commit

Permalink
Merge pull request #3 from matryer/master
Browse files Browse the repository at this point in the history
added import instructions
  • Loading branch information
kyokomi committed Jun 1, 2015
2 parents 3c91bc3 + c380119 commit 6a079c4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Emoji is a simple golang package.
[![Coverage Status](https://coveralls.io/repos/kyokomi/emoji/badge.png?branch=master)](https://coveralls.io/r/kyokomi/emoji?branch=master)
[![GoDoc](https://godoc.org/github.com/kyokomi/emoji?status.svg)](https://godoc.org/github.com/kyokomi/emoji)

Get it:

```
go get gopkg.in/kyokomi/emoji.v1
```

Import it:

```
import (
"gopkg.in/kyokomi/emoji.v1"
)
```

## Usage

```go
Expand Down

0 comments on commit 6a079c4

Please sign in to comment.