use the Header struct

This commit is contained in:
lion 2022-06-21 11:34:47 +08:00
parent a3d33152ba
commit 231f56b291
1 changed files with 1 additions and 1 deletions

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.