First version of PublishedStorage for S3. #15

This commit is contained in:
Andrey Smirnov
2014-07-17 18:05:38 +04:00
parent b260b0010a
commit c54406e29f
6 changed files with 327 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
package s3
import (
. "launchpad.net/gocheck"
"testing"
)
// Launch gocheck tests
func Test(t *testing.T) {
TestingT(t)
}