aboutsummaryrefslogtreecommitdiff
path: root/const.go
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2021-09-06 18:21:29 +0200
committern-peugnet <n.peugnet@free.fr>2021-09-06 18:21:29 +0200
commit88ecfcb7b517fd3cbed1c683b0d8835a4d55b2fc (patch)
treea1896dffa20d384dd44852dc82c50075f2db4aeb /const.go
parent656a2c10b177e7fafc0b4bbddf3c634c642a2221 (diff)
downloaddna-backup-88ecfcb7b517fd3cbed1c683b0d8835a4d55b2fc.tar.gz
dna-backup-88ecfcb7b517fd3cbed1c683b0d8835a4d55b2fc.zip
initial chunk storage
Diffstat (limited to 'const.go')
-rw-r--r--const.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/const.go b/const.go
index 71762db..2c58dd6 100644
--- a/const.go
+++ b/const.go
@@ -5,4 +5,5 @@ const (
chunkIdFmt = "%015d"
versionFmt = "%05d"
filesName = "files"
+ recipeName = "recipe"
)