Skip to content

Commit

Permalink
Add status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Sep 2, 2016
1 parent 36088bd commit 43a2df6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# goplay - The Go Playground (https://play.golang.org/) client

[![Travis Build Status](https://travis-ci.org/haya14busa/goplay.svg?branch=travis)](https://travis-ci.org/haya14busa/goplay)
[![Go Report Card](https://goreportcard.com/badge/github.com/haya14busa/goplay)](https://goreportcard.com/report/github.com/haya14busa/goplay)
[![Coverage Status](https://coveralls.io/repos/github/haya14busa/goplay/badge.svg)](https://coveralls.io/github/haya14busa/goplay)
[![Releases](https://img.shields.io/github/tag/haya14busa/goplay.svg)](https://github.com/haya14busa/goplay/releases)
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![GoDoc](https://godoc.org/github.com/haya14busa/goplay?status.svg)](https://godoc.org/github.com/haya14busa/goplay)

### Install

as a Library
Expand Down Expand Up @@ -27,3 +34,7 @@ SYNOPSIS: goplay [OPTION]... [FILE] (With no FILE, or when FILE is -, read stand
-share
share code on The Go Playground (default true)
```

:bird: Author
-------------
haya14busa (https://github.com/haya14busa)

0 comments on commit 43a2df6

Please sign in to comment.