diff options
| author | 2026-04-02 07:39:49 +0000 | |
|---|---|---|
| committer | 2026-04-02 07:39:49 +0000 | |
| commit | b5251cf0b42a7ff13c39b327222175d581b62a83 (patch) | |
| tree | 3ac391eebfd58c95c63863678888886375ea1dfd /object/id/algorithm.go | |
| parent | object/id: Add algorithm stuff (diff) | |
| signature | No signature | |
object/id: Add more object ID stuff
Diffstat (limited to 'object/id/algorithm.go')
| -rw-r--r-- | object/id/algorithm.go | 1 |
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 |
