This repository has been archived on 2019-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mumbledj/vendor/github.com/magiconair/properties/_third_party/gopkg.in/check.v1
2016-06-20 17:50:40 -07:00
..
benchmark.go Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00
benchmark_test.go Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00
bootstrap_test.go Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00
check.go Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00
check_test.go Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00
checkers.go Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00
checkers_test.go Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00
export_test.go Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00
fixture_test.go Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00
foundation_test.go Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00
helpers.go Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00
helpers_test.go Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00
LICENSE Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00
printer.go Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00
printer_test.go Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00
README.md Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00
run.go Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00
run_test.go Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00
TODO Checked in vendor/ with stripped vcs data 2016-06-20 17:50:40 -07:00

Instructions

Install the package with:

go get gopkg.in/check.v1

Import it with:

import "gopkg.in/check.v1"

and use check as the package name inside the code.

For more details, visit the project page:

and the API documentation: