refactor(deps): Manage deps with goven
This commit is contained in:
12
third_party/launchpad.net/goyaml/suite_test.go
vendored
Normal file
12
third_party/launchpad.net/goyaml/suite_test.go
vendored
Normal 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{})
|
Reference in New Issue
Block a user