fixed imports

This commit is contained in:
Chapuis Bertil
2015-08-11 14:52:42 +02:00
parent 7d2f88ada0
commit 90266e7006
3 changed files with 4 additions and 3 deletions

View File

@@ -58,6 +58,7 @@ func (router Router) ServeHTTP(w http.ResponseWriter, r *http.Request) {
}
func main() {
path, _ := ioutil.TempDir("", "restic-repository-")
config.Init(path)