From 4ca1c3bbb76834c69b0d8e63c921ca3548f529ac Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Tue, 14 Sep 2021 16:43:29 +0200 Subject: add load/store sketches+fingerprints & store them Fix corresponding Commit tests by adding sketches and fingerprints files in repo_8k and repo_8k_zlib. Also enhance CommitTests by checking recipe files --- const.go | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'const.go') diff --git a/const.go b/const.go index 2c58dd6..d5ec7f0 100644 --- a/const.go +++ b/const.go @@ -1,9 +1,11 @@ package main const ( - chunksName = "chunks" - chunkIdFmt = "%015d" - versionFmt = "%05d" - filesName = "files" - recipeName = "recipe" + chunksName = "chunks" + chunkIdFmt = "%015d" + versionFmt = "%05d" + filesName = "files" + fingerprintsName = "fingerprints" + recipeName = "recipe" + sketchesName = "sketches" ) -- cgit v1.2.3