Sign in
edge
/
apidVerifyApiKey
/
c48842a30a9f78ea4fb4fbbc2a69bbe693683cfa
/
.
/
vendor
/
github.com
/
SermoDigital
/
jose
/
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)
}