/
githubmirror
/
ignition
Обзор
Документация
Войти
/
githubmirror
/
ignition
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
vendor/github.com/stretchr/testify/assert/errors.go
10 строк
326 B
Dalton Hubble
glide.yaml: add glide.yaml and remove manual vendoring
12 июн 2017, 22:53
12 июн 2017, 22:53
2a9b788
Код
Авторство
О чём код?
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")