Files
aptly/http/http_test.go

12 lines
129 B
Go

package http
import (
. "launchpad.net/gocheck"
"testing"
)
// Launch gocheck tests
func Test(t *testing.T) {
TestingT(t)
}