/
opt
/
go
/
pkg
/
mod
/
gopkg.in
/
yaml.v2@v2.4.0
/
up file
home
package yaml_test import ( . "gopkg.in/check.v1" "testing" ) func Test(t *testing.T) { TestingT(t) } type S struct{} var _ = Suite(&S{})