gofmt store
[epoint] / store / store.go
index b05c79e..8bdf317 100644 (file)
@@ -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
 }