remove Context.Init

This commit is contained in:
Chapuis Bertil
2015-09-06 17:29:52 +02:00
parent a6df1d7d90
commit a6f9e71f95
2 changed files with 6 additions and 7 deletions

View File

@@ -7,9 +7,6 @@ import (
)
func main() {
//path, _ := ioutil.TempDir("", "restic-repository-")
//log.Printf("initialize context at %s", path)
context := Context{"/tmp/restic"}
repo, _ := context.Repository("user")