Skip to content

Commit

Permalink
Bugfix: JSON tags were incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette committed Nov 10, 2024
1 parent 04736de commit 4ecd057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/easy.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type FileInfo struct {
Ctime time.Time `json:"Ctime,omitempty"`
Btime time.Time `json:"Btime,omitempty"` // Birth time.
FNBtime time.Time `json:"FNBtime,omitempty"`
FNMtime time.Time `json:"FNBtime,omitempty"`
FNMtime time.Time `json:"FNMtime,omitempty"`
Name string `json:"Name,omitempty"`
NameType string `json:"NameType,omitempty"`
ExtraNames []string `json:"ExtraNames,omitempty"`
Expand Down

0 comments on commit 4ecd057

Please sign in to comment.