use the Header struct

This commit is contained in:
lion 2022-06-21 11:34:47 +08:00
parent 14badde79e
commit 59434d03c9

View File

@ -28,7 +28,7 @@ type Searcher struct {
handle *os.File
// header info
header []byte
header *Header
ioCount int
// use it only when this feature enabled.