Merged in feature/lint (pull request #87)

Basic Lint Checks

* basic
This commit is contained in:
Michael McGuinness
2025-03-05 12:05:46 +00:00
parent 1232ed528f
commit 0815cb35fb
229 changed files with 487 additions and 193 deletions
+2 -1
View File
@@ -5,9 +5,10 @@ import (
"fmt"
"os"
"path"
"testing"
"queryorchestration/internal/server"
"queryorchestration/internal/test"
"testing"
"github.com/go-playground/validator/v10"
"github.com/stretchr/testify/assert"