DEBSOURCES
Skip Quicknav
sources / golang-yaml.v2 / 2.4.2-1 / suite_test.go
123456789101112
package yaml_test import ( . "gopkg.in/check.v1" "testing" ) func Test(t *testing.T) { TestingT(t) } type S struct{} var _ = Suite(&S{})