From 99bca0218d790394ddffacb91e0e9bfecfb22f76 Mon Sep 17 00:00:00 2001 From: Julio Lopez Date: Thu, 19 Dec 2019 18:11:22 -0800 Subject: [PATCH] Add comment to exported constant --- repo/manifest/manifest_manager.go | 1 + 1 file changed, 1 insertion(+) diff --git a/repo/manifest/manifest_manager.go b/repo/manifest/manifest_manager.go index 5160c4c25..16a473d1e 100644 --- a/repo/manifest/manifest_manager.go +++ b/repo/manifest/manifest_manager.go @@ -23,6 +23,7 @@ // ErrNotFound is returned when the metadata item is not found. var ErrNotFound = errors.New("not found") +// ContentPrefix is the prefix of the content id for manifests const ContentPrefix = "m" const autoCompactionContentCount = 16