DEBSOURCES
Skip Quicknav
sources / aptly / 1.6.2-2 / deb / debian_test.go
123456789101112
package deb import ( "testing" . "gopkg.in/check.v1" ) // Launch gocheck tests func Test(t *testing.T) { TestingT(t) }