aboutsummaryrefslogtreecommitdiff
path: root/object/id/algorithm.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-04-02 07:39:49 +0000
committerGravatar Runxi Yu2026-04-02 07:39:49 +0000
commitb5251cf0b42a7ff13c39b327222175d581b62a83 (patch)
tree3ac391eebfd58c95c63863678888886375ea1dfd /object/id/algorithm.go
parentobject/id: Add algorithm stuff (diff)
signatureNo signature
object/id: Add more object ID stuff
Diffstat (limited to 'object/id/algorithm.go')
-rw-r--r--object/id/algorithm.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/object/id/algorithm.go b/object/id/algorithm.go
index 1b02cbc4..efe5f4c5 100644
--- a/object/id/algorithm.go
+++ b/object/id/algorithm.go
@@ -17,6 +17,7 @@ const (
)
// SupportedAlgorithms returns all object ID algorithms supported by furgit.
+//
// Labels: Mut-No.
func SupportedAlgorithms() []Algorithm {
return supportedAlgorithms