/
githubmirror
/
origin
Обзор
Документация
Войти
/
githubmirror
/
origin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
vendor/github.com/stretchr/testify/assert/errors.go
10 строк
326 B
Clayton Coleman
bump(*): rename Godeps/_workspace/src -> vendor/
09 июл 2016, 23:25
Не верифицирован
09 июл 2016, 23:25
202e5d4
Код
Авторство
О чём код?
package assert import ( "errors" ) // AnError is an error instance useful for testing. If the code does not care // about error specifics, and only needs to return the error for example, this // error should be used to make the test code more readable. var AnError = errors.New("assert.AnError general error for testing")