From 34654f6c4a8dfd65314fc703577c437a2d37b70c Mon Sep 17 00:00:00 2001 From: bin liu Date: Thu, 21 Sep 2023 16:53:59 +0800 Subject: [PATCH] remove not exist function name in comment Signed-off-by: bin liu --- registry/storage/paths.go | 1 - 1 file changed, 1 deletion(-) diff --git a/registry/storage/paths.go b/registry/storage/paths.go index 8c424c6b..a0dbb07c 100644 --- a/registry/storage/paths.go +++ b/registry/storage/paths.go @@ -109,7 +109,6 @@ const ( // blobsPathSpec: /v2/blobs/ // blobPathSpec: /v2/blobs/// // blobDataPathSpec: /v2/blobs////data -// blobMediaTypePathSpec: /v2/blobs////data // // For more information on the semantic meaning of each path and their // contents, please see the path spec documentation.