mirror of
https://github.com/restic/restic.git
synced 2025-03-30 00:00:14 +01:00
Fix lint for missing const, after fixing godoc for the outer type.
This commit is contained in:
parent
d2c5241961
commit
e2ccb18e22
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ const (
|
|||
type WriteableFileType backend.FileType
|
||||
|
||||
const (
|
||||
// WriteableSnapshotFile is the WriteableFileType for snapshots.
|
||||
WriteableSnapshotFile = WriteableFileType(SnapshotFile)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue