Sign in
edge
/
third_party
/
go-yaml
/
yaml
/
10c59a7d91867c206737dcd482fe68906a1484ca
/
.
/
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{})