refactor: update net document errlog import

This commit is contained in:
2026-06-20 19:03:56 +02:00
committed by Milas Holsting
parent 39e96ec073
commit 353adb3eed

View File

@@ -4,7 +4,7 @@ import (
"context"
"fmt"
"io"
"mal/pkg/errlog"
errlog "mal/pkg"
"net/http"
"github.com/PuerkitoBio/goquery"