📁 File Manager
🏠 /
/
opt
/
go
/
pkg
/
mod
/
gopkg.in
/
yaml.v2@v2.4.0
Dosya Düzenle: suite_test.go
package yaml_test import ( . "gopkg.in/check.v1" "testing" ) func Test(t *testing.T) { TestingT(t) } type S struct{} var _ = Suite(&S{})
💾 Kaydet
İptal