put docbuf into an external pkg

Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2024-12-05 17:06:54 -08:00
parent 41c420ebcc
commit 0dae469cce
7 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ import (
"testing"
"time"
"gitlab.com/whom/bingobot/internal/docbuf"
"gitlab.com/whom/bingobot/pkg/docbuf"
"gitlab.com/whom/bingobot/internal/logging"
)