Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 605 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 605 Bytes

prime

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 article: "The anatomy of a Go project"

Install

go get github.com/afshin/prime

Test

go test -cover github.com/afshin/prime

Documentation

API documentation

Test coverage

Coverage status