Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
afshin committed Jul 28, 2015
1 parent 5da756a commit 94f0233
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
@@ -1,7 +1,15 @@
# prime

This is a small Go package that serves as an example for how to write, test, and document Go libraries.
This is a small Go package that serves as an example for how to write, test, and document Go libraries. It is covered in detail in the blog post ["The anatomy of a Go project"](http://darian.af/post/the-anatomy-of-a-golang-project/)

## Install
go get github.com/afshin/prime

## Test
go test -cover github.com/afshin/prime

## Documentation
[![API documentation](https://godoc.org/github.com/afshin/prime?status.svg)](https://godoc.org/github.com/afshin/prime)

## Test coverage
[![Coverage status](https://coveralls.io/repos/afshin/prime/badge.svg)](https://coveralls.io/r/afshin/prime)

0 comments on commit 94f0233

Please sign in to comment.