6 lines
91 B
Go
6 lines
91 B
Go
package storiface
|
|
|
|
import "errors"
|
|
|
|
var ErrSectorNotFound = errors.New("sector not found")
|