You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Test coverage
About
A small package to show Go documentation and testing practices