mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-08 21:48:59 +00:00
fix: remove unused import and variable flagged by go vet
Remove unused repository import from discovery_handler_test.go and unused tests variable from discovery_test.go (replaced by testCases). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,6 @@ import (
|
||||
|
||||
"github.com/shankar0123/certctl/internal/api/middleware"
|
||||
"github.com/shankar0123/certctl/internal/domain"
|
||||
"github.com/shankar0123/certctl/internal/repository"
|
||||
)
|
||||
|
||||
// MockDiscoveryService is a mock implementation of DiscoveryService interface.
|
||||
|
||||
Reference in New Issue
Block a user