Files
aptly/gcs/gcs_test.go

13 lines
126 B
Go

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