mirror of
https://github.com/restic/restic.git
synced 2025-12-03 20:11:52 +00:00
Address issues reported by golint
This commit is contained in:
@@ -157,7 +157,7 @@ var (
|
||||
const (
|
||||
// size of the header-length field at the end of the file; it is a uint32
|
||||
headerLengthSize = 4
|
||||
// constant overhead of the header independent of #entries
|
||||
// HeaderSize is the header's constant overhead (independent of #entries)
|
||||
HeaderSize = headerLengthSize + crypto.Extension
|
||||
|
||||
maxHeaderSize = 16 * 1024 * 1024
|
||||
|
||||
Reference in New Issue
Block a user