fix(lint): configure linters for codebase maturity, fix gofmt and ineffassign

This commit is contained in:
Deivid Soto 2026-03-31 00:17:19 +02:00
parent c0fd8d3818
commit be6eef1195
5 changed files with 72 additions and 27 deletions

View file

@ -226,4 +226,3 @@ func findMainFile(dir string, files []string) string {
return bestPath
}