mod tidy; gofmt

This commit is contained in:
Łukasz Magiera
2020-03-05 20:21:06 +01:00
parent fa5bc3a5a9
commit a5e5918fc5
14 changed files with 142 additions and 150 deletions
+1 -2
View File
@@ -20,7 +20,7 @@ type StorageConfig struct {
// [path]/metadata.json
type StorageMeta struct {
ID string
ID string
Weight uint64 // 0 = readonly
CanSeal bool
@@ -65,4 +65,3 @@ func WriteStorageFile(path string, config StorageConfig) error {
return nil
}