Skip to content

Commit

Permalink
added import instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Jun 1, 2015
1 parent 77e35d6 commit c380119
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 c380119

Please sign in to comment.