initial import

This commit is contained in:
Brian Waldon
2014-03-04 16:36:05 -08:00
commit 4e47d1e1ee
55 changed files with 10565 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
package goyaml_test
import (
. "launchpad.net/gocheck"
"testing"
)
func Test(t *testing.T) { TestingT(t) }
type S struct{}
var _ = Suite(&S{})