go-github.com-smartystreets-gunit 1.0.0 Testing tool for Go, in the style of xUnit

gunit allows the test author to use a struct as the scope for a group of related test cases, in the style of xUnit fixtures. This makes extraction of setup/teardown behavior (as well as invoking the system under test) much simpler.