Add swift backend for repository publishing

This commit is contained in:
Sebastien Badia
2015-01-07 17:26:21 +01:00
committed by Sebastien Badia
parent 5d16cf06cf
commit 7f038be1cb
7 changed files with 250 additions and 16 deletions
+12
View File
@@ -0,0 +1,12 @@
package swift
import (
"testing"
. "gopkg.in/check.v1"
)
// Launch gocheck tests
func Test(t *testing.T) {
TestingT(t)
}