Skip to content

Commit

Permalink
added godoc badge
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Jun 11, 2015
1 parent 9b7d6d7 commit 2fc8499
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# aurora [![Build Status](https://drone.io/github.com/gernest/aurora/status.png)](https://drone.io/github.com/gernest/aurora/latest)[![Coverage Status](https://coveralls.io/repos/gernest/aurora/badge.svg?branch=master)](https://coveralls.io/r/gernest/aurora?branch=master)
# aurora [![Build Status](https://drone.io/github.com/gernest/aurora/status.png)](https://drone.io/github.com/gernest/aurora/latest)[![Coverage Status](https://coveralls.io/repos/gernest/aurora/badge.svg?branch=master)](https://coveralls.io/r/gernest/aurora?branch=master) [![GoDoc](https://godoc.org/github.com/gernest/aurora?status.svg)](https://godoc.org/github.com/gernest/aurora)

### What is aurora?
Aurora is a lightweight social network application written in [Go programming language](http://golang.org/),
Expand Down
4 changes: 4 additions & 0 deletions doc.go
@@ -0,0 +1,4 @@
/*
Package aurora is a minimalistic social network library.
*/
package aurora

0 comments on commit 2fc8499

Please sign in to comment.