Linting fixes

This commit is contained in:
Hein
2025-11-11 11:03:02 +02:00
parent 412bbab560
commit 682716dd31
21 changed files with 302 additions and 290 deletions

View File

@@ -5,8 +5,9 @@ import (
"io"
"net/http"
"github.com/bitechdev/ResolveSpec/pkg/common"
"github.com/gorilla/mux"
"github.com/bitechdev/ResolveSpec/pkg/common"
)
// MuxAdapter adapts Gorilla Mux to work with our Router interface