Sign in
edge
/
apidVerifyApiKey
/
c48842a30a9f78ea4fb4fbbc2a69bbe693683cfa
/
.
/
vendor
/
gopkg.in
/
yaml.v2
/
suite_test.go
blob: c5cf1ed4f6e6321e2f8398a9960a1c7abf2243e2 [
file
] [
log
] [
blame
]
package yaml_test
import (
. "gopkg.in/check.v1"
"testing"
)
func Test(t *testing.T) { TestingT(t) }
type S struct{}
var _ = Suite(&S{})