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