aptly/http/http_test.go

13 lines
126 B
Go

package http
import (
"testing"
. "gopkg.in/check.v1"
)
// Launch gocheck tests
func Test(t *testing.T) {
TestingT(t)
}