8 lines
122 B
Go
8 lines
122 B
Go
package storiface
|
|
|
|
import "errors"
|
|
|
|
var ErrSectorNotFound = errors.New("sector not found")
|
|
|
|
type UnpaddedByteIndex uint64
|