X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/45ca5d60383cbe270624c713b916da29af7ba88f..4d7abe62a6dd692b71090819de0d57a40486bdb2:/hotline/file_header.go 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 {