Vendor gotestyourself

and remove testify and spew

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
Daniel Nephin
2018-01-11 16:11:20 -05:00
parent 5471ba9445
commit 1719a6e17a
52 changed files with 4101 additions and 5221 deletions

View File

@@ -1,10 +0,0 @@
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")