Add yaml dependency

This commit is contained in:
Kegan Dougal 2017-03-27 13:05:46 +01:00
parent a974b90ee9
commit 7ab0436689
20 changed files with 10944 additions and 0 deletions

View file

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