This commit is contained in:
Andrey Smirnov
2015-02-20 23:43:40 +03:00
parent 3004473bbb
commit b67f3dd6f7
+3 -3
View File
@@ -1,15 +1,15 @@
package swift package swift
import ( import (
"encoding/json"
"fmt" "fmt"
"github.com/ncw/swift" "github.com/ncw/swift"
"github.com/smira/aptly/aptly" "github.com/smira/aptly/aptly"
"github.com/smira/aptly/files" "github.com/smira/aptly/files"
"time" "net/http"
"os" "os"
"path/filepath" "path/filepath"
"net/http" "time"
"encoding/json"
) )
// PublishedStorage abstract file system with published files (actually hosted on Swift) // PublishedStorage abstract file system with published files (actually hosted on Swift)