Sign in
edge
/
third_party
/
SermoDigital
/
jose
/
4f3649fa230a54876b53b2e6f70993bcd265e1e5
/
.
/
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)
}