Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Remco cb6e5cb0c7 Major rewrite il y a 7 ans
..
.gitignore Major rewrite il y a 7 ans
.travis.yml Major rewrite il y a 7 ans
LICENSE Major rewrite il y a 7 ans
README.md Major rewrite il y a 7 ans
TODO Major rewrite il y a 7 ans
benchmark.go Major rewrite il y a 7 ans
benchmark_test.go Major rewrite il y a 7 ans
bootstrap_test.go Major rewrite il y a 7 ans
check.go Major rewrite il y a 7 ans
check_test.go Major rewrite il y a 7 ans
checkers.go Major rewrite il y a 7 ans
checkers_test.go Major rewrite il y a 7 ans
export_test.go Major rewrite il y a 7 ans
fixture_test.go Major rewrite il y a 7 ans
foundation_test.go Major rewrite il y a 7 ans
helpers.go Major rewrite il y a 7 ans
helpers_test.go Major rewrite il y a 7 ans
printer.go Major rewrite il y a 7 ans
printer_test.go Major rewrite il y a 7 ans
reporter.go Major rewrite il y a 7 ans
reporter_test.go Major rewrite il y a 7 ans
run.go Major rewrite il y a 7 ans
run_test.go Major rewrite il y a 7 ans

README.md

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: