mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 13:11:53 +08:00
fix lint issues before merge
This commit is contained in:
@@ -229,7 +229,7 @@ func (p *ActiveMQPlugin) identifyService(ctx context.Context, info *common.HostI
|
||||
return &ScanResult{
|
||||
Success: false,
|
||||
Service: "activemq",
|
||||
Error: fmt.Errorf("Failed to read response: %w", err),
|
||||
Error: fmt.Errorf("failed to read response: %w", err),
|
||||
}
|
||||
}
|
||||
if n == 0 {
|
||||
|
||||
Reference in New Issue
Block a user