package extract import "errors" var ( ErrAuxPlatformDataLen = errors.New("aux platform data length is not 512 bytes") )