From 209af758b64d586e1c0aec3ad2eb4b56740aeddf Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 28 Jul 2025 23:40:23 -0400 Subject: Resolve multiple todos --- pkg/data/put.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkg/data/put.go') diff --git a/pkg/data/put.go b/pkg/data/put.go index 6631eb0..6ceccc3 100644 --- a/pkg/data/put.go +++ b/pkg/data/put.go @@ -9,7 +9,6 @@ import ( "github.com/jpappel/atlas/pkg/index" ) -// TODO: rename struct type Put struct { Id int64 Doc index.Document @@ -17,7 +16,6 @@ type Put struct { db *sql.DB } -// TODO: rename struct type PutMany struct { Docs map[int64]*index.Document pathDocs map[string]*index.Document -- cgit v1.2.3