From a041d523de389b65b98a5373a8034041db2a8d83 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 2 Apr 2026 06:23:30 +0000 Subject: *: Remove --- object/id/algorithm.go | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 object/id/algorithm.go (limited to 'object/id/algorithm.go') diff --git a/object/id/algorithm.go b/object/id/algorithm.go deleted file mode 100644 index a695889c..00000000 --- a/object/id/algorithm.go +++ /dev/null @@ -1,12 +0,0 @@ -package objectid - -//#nosec gosec - -// Algorithm identifies the hash algorithm used for Git object IDs. -type Algorithm uint8 - -const ( - AlgorithmUnknown Algorithm = iota - AlgorithmSHA1 - AlgorithmSHA256 -) -- cgit v1.3.1-10-gc9f91