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