diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-09-06 18:21:29 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-09-06 18:21:29 +0200 |
commit | 88ecfcb7b517fd3cbed1c683b0d8835a4d55b2fc (patch) | |
tree | a1896dffa20d384dd44852dc82c50075f2db4aeb /const.go | |
parent | 656a2c10b177e7fafc0b4bbddf3c634c642a2221 (diff) | |
download | dna-backup-88ecfcb7b517fd3cbed1c683b0d8835a4d55b2fc.tar.gz dna-backup-88ecfcb7b517fd3cbed1c683b0d8835a4d55b2fc.zip |
initial chunk storage
Diffstat (limited to 'const.go')
-rw-r--r-- | const.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,4 +5,5 @@ const ( chunkIdFmt = "%015d" versionFmt = "%05d" filesName = "files" + recipeName = "recipe" ) |