Skip to content

Commit

Permalink
remove magic from json
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalick committed Oct 16, 2021
1 parent 17b4b45 commit 8a8ee5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const defaultMagic = 0xAA55AA55

//Header ...
type Header struct {
Magic uint32 `json:"magic"`
Magic uint32 `json:"-"`
Version uint32 `json:"version"`
Filesize uint32 `json:"filesize"`
Checksum uint32 `json:"checksum"`
Expand Down

0 comments on commit 8a8ee5d

Please sign in to comment.