aboutsummaryrefslogtreecommitdiff
path: root/hotline/file_header.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2024-06-24 16:23:56 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2024-06-24 16:23:56 -0700
commita2ef262a164fc735b9b8471ac0c8001eea2b9bf6 (patch)
tree9a24fc5949df1183895a125e09cb262cdf79b073 /hotline/file_header.go
parenta55350daaf83498b7a237c027ad0dd2377f06fee (diff)
Refactoring, cleanup, test backfilling
Diffstat (limited to 'hotline/file_header.go')
-rw-r--r--hotline/file_header.go1
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 {