mirror of
https://github.com/restic/restic.git
synced 2025-03-29 08:32:13 +00:00
Fix lint for missing const, after fixing godoc for the outer type.
This commit is contained in:
parent
d2c5241961
commit
e2ccb18e22
@ -83,6 +83,7 @@ const (
|
||||
type WriteableFileType backend.FileType
|
||||
|
||||
const (
|
||||
// WriteableSnapshotFile is the WriteableFileType for snapshots.
|
||||
WriteableSnapshotFile = WriteableFileType(SnapshotFile)
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user