Sign in
edge
/
third_party
/
go-yaml
/
yaml
/
3323b7713e656f16fbd0eec27c60370b6237f4e3
/
.
/
suite_test.go
blob: fbb8919ac357072668332ecf2ae7d92fe00abfc8 [
file
]
package goyaml_test
import (
. "gocheck"
"testing"
)
func Test(t *testing.T) { TestingT(t) }
type S struct{}
var _ = Suite(&S{})