Sign in
edge
/
third_party
/
SermoDigital
/
jose
/
251566da9e16e411e8fad708055cda870e4912b5
/
.
/
stubs_test.go
blob: be30c829ad1642a0756b7f6a0ceac2ebd26fb819 [
file
] [
log
] [
blame
]
package jose
import "testing"
func Error(t *testing.T, want, got interface{}) {
t.Errorf("Wanted: %q\n\t Got: %q", want, got)
}