X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=store%2Fstore.go;fp=store%2Fstore.go;h=8bdf317c4fd79ca38d4113439152ad3b80bacb6e;hb=8fa7d6b7258be4f80368b4e15d8eab78f63a4e67;hp=b05c79ed9dcbaa7f8699b2e7a302a69883cc8037;hpb=59a3cf3ee57735430af09be01402bf11561b2167;p=epoint diff --git a/store/store.go b/store/store.go index b05c79e..8bdf317 100644 --- a/store/store.go +++ b/store/store.go @@ -8,12 +8,11 @@ package store // TODO: this is a toy implementation import ( + "io/ioutil" "os" "path/filepath" - "io/ioutil" ) - type Conn struct { path string }