From 655b6b211ae6df0186abd740f248939f7ddeaec1 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 31 Mar 2025 16:59:18 +0800 Subject: Add descriptive comments to most Go functions --- cache_index_commits_display.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cache_index_commits_display.go') diff --git a/cache_index_commits_display.go b/cache_index_commits_display.go index 786c3d3..fc28cf1 100644 --- a/cache_index_commits_display.go +++ b/cache_index_commits_display.go @@ -8,6 +8,7 @@ import ( "go.lindenii.runxiyu.org/lindenii-common/clog" ) +// The key is the commit ID raw hash. var indexCommitsDisplayCache *ristretto.Cache[[]byte, []commitDisplay] func init() { -- cgit v1.2.3