bit more progress

This commit is contained in:
tsmethurst 2021-06-03 10:57:24 +02:00
commit 5acca2a735
11 changed files with 99 additions and 98 deletions

View file

@ -15,7 +15,7 @@ type postIndexEntry struct {
statusID string
}
func (p *postIndex) index(i *postIndexEntry) error {
func (p *postIndex) insertIndexed(i *postIndexEntry) error {
if p.data == nil {
p.data = &list.List{}