package-level comments

This commit is contained in:
pippellia-btc
2025-05-29 14:52:09 +02:00
parent 84923ee99b
commit d69aab0168
3 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
// The package redb defines the redis implementation of the database, which stores
// graph relationships (e.g. follows) as well as random walks.
package redb
import (