aboutsummaryrefslogtreecommitdiff
path: root/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'const.go')
-rw-r--r--const.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/const.go b/const.go
deleted file mode 100644
index c40cb97..0000000
--- a/const.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package main
-
-const (
- chunksName = "chunks"
- chunkIdFmt = "%015d"
- versionFmt = "%05d"
- filesName = "files"
- hashesName = "hashes"
- recipeName = "recipe"
-)