/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
vendor/github.com/stretchr/testify/assert/errors.go
10 строк
326 B
arigachnyy
fix go proto libraries
28 ноя 2023, 20:21
28 ноя 2023, 20:21
3432b6b
Код
Авторство
О чём код?
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")