diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-06-24 16:23:56 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-06-24 16:23:56 -0700 |
| commit | a2ef262a164fc735b9b8471ac0c8001eea2b9bf6 (patch) | |
| tree | 9a24fc5949df1183895a125e09cb262cdf79b073 /hotline/file_header.go | |
| parent | a55350daaf83498b7a237c027ad0dd2377f06fee (diff) | |
Refactoring, cleanup, test backfilling
Diffstat (limited to 'hotline/file_header.go')
| -rw-r--r-- | hotline/file_header.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hotline/file_header.go b/hotline/file_header.go index 469f321..b18229a 100644 --- a/hotline/file_header.go +++ b/hotline/file_header.go @@ -16,7 +16,6 @@ type FileHeader struct { func NewFileHeader(fileName string, isDir bool) FileHeader { fh := FileHeader{ - Type: [2]byte{0x00, 0x00}, FilePath: EncodeFilePath(fileName), } if isDir { |