Rename debian -> deb. #21

This commit is contained in:
Andrey Smirnov
2014-04-07 21:15:13 +04:00
parent 83b2e0250d
commit fd662c9275
30 changed files with 0 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
package debian
import (
. "launchpad.net/gocheck"
"testing"
)
// Launch gocheck tests
func Test(t *testing.T) {
TestingT(t)
}