From 27aa8cdd2431068606741a589383c02c149ea625 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Fri, 23 Oct 2015 16:27:08 +0200 Subject: formats/packfile: cleanup --- formats/packfile/common_test.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 formats/packfile/common_test.go (limited to 'formats/packfile/common_test.go') diff --git a/formats/packfile/common_test.go b/formats/packfile/common_test.go new file mode 100644 index 0000000..104a5d2 --- /dev/null +++ b/formats/packfile/common_test.go @@ -0,0 +1,9 @@ +package packfile + +import ( + "testing" + + . "gopkg.in/check.v1" +) + +func Test(t *testing.T) { TestingT(t) } -- cgit