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

@ -383,4 +383,3 @@ func (c *Client) Status() string {
pooled := len(c.pool)
return fmt.Sprintf("%d connections (%d pooled) to %s:%d", open, pooled, c.cfg.Host, c.cfg.Port)
}

View file

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