aux platform
This commit is contained in:
7
extract/errors.go
Normal file
7
extract/errors.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package extract
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrAuxPlatformDataLen = errors.New("aux platform data length is not 512 bytes")
|
||||
)
|
||||
Reference in New Issue
Block a user