# Packages
No description provided by the author
# README
GoUnit
GoUnit is a testing helper library for Go.
Getting started
- API documentation and examples are available via godoc.
Installation
To install this package, you need to install Go and setup your Go workspace on your computer. The simplest way to install the library is to run:
$ go get gopkg.in/l-vitaly/gounit.v1
Contribute
Please refer to CONTRIBUTING.md for information on how to contribute to GoUnit.
MIT License
Copyright (c) 2016 Lobchuk Vitaly [email protected]
See the file LICENSE for copying permission.