1
0
mirror of https://github.com/Luzifer/elastic_cron.git synced 2024-09-19 23:22:55 +00:00
elastic_cron/vendor/gopkg.in/yaml.v2/suite_test.go
Knut Ahlers da8edd41c2
Move to dep instead of godeps
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-09-13 13:13:34 +02:00

13 lines
143 B
Go

package yaml_test
import (
. "gopkg.in/check.v1"
"testing"
)
func Test(t *testing.T) { TestingT(t) }
type S struct{}
var _ = Suite(&S{})