aux platform

This commit is contained in:
nuknal
2024-05-15 16:32:18 +08:00
parent 6f76b2f131
commit 6a22735d78
16 changed files with 335 additions and 48 deletions

7
extract/errors.go Normal file
View File

@@ -0,0 +1,7 @@
package extract
import "errors"
var (
ErrAuxPlatformDataLen = errors.New("aux platform data length is not 512 bytes")
)