From 88ecfcb7b517fd3cbed1c683b0d8835a4d55b2fc Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 6 Sep 2021 18:21:29 +0200 Subject: initial chunk storage --- const.go | 1 + 1 file changed, 1 insertion(+) (limited to 'const.go') 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" ) -- cgit v1.2.3