diff --git a/storage/storage.go b/storage/storage.go index bf817e8..07eb4e3 100644 --- a/storage/storage.go +++ b/storage/storage.go @@ -38,8 +38,7 @@ func (s *StorageLocationImpl) Type() int { } func (s *StorageLocationImpl) Parts() []string { - //TODO implement me - panic("implement me") + return s.parts } func (s *StorageLocationImpl) BinaryParts() [][]byte {