Fixed '--subnet' flag not adding hosts to scan

This commit is contained in:
David Allen 2024-08-07 13:14:07 -06:00
parent 0c30d4dc3a
commit dd829cd10e
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
4 changed files with 43 additions and 26 deletions

View file

@ -1,6 +1,8 @@
package cache
import "database/sql/driver"
import (
"database/sql/driver"
)
type Cache[T any] interface {
CreateIfNotExists(path string) (driver.Connector, error)