🚧 Add Defrag function
This commit is contained in:
parent
2f165369cc
commit
932e8e2f11
7 changed files with 136 additions and 1 deletions
5
blocks.go
Normal file
5
blocks.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package defrag
|
||||
|
||||
func Blocks(diskMap []byte) ([]byte, error) {
|
||||
return nil, nil
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue