Skip to content

Commit 9162404

Browse files
committed
update: service to dnssd
1 parent 4554369 commit 9162404

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

cmd/service/subnet.go cmd/dnssd/subnet.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package service
1+
package dnssd
22

33
import (
44
"fmt"

cmd/service/service.go

-1
This file was deleted.

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import (
44
"github.com/esonhugh/k8spider/cmd"
55
_ "github.com/esonhugh/k8spider/cmd/all"
66
_ "github.com/esonhugh/k8spider/cmd/axfr"
7+
_ "github.com/esonhugh/k8spider/cmd/dnssd"
78
_ "github.com/esonhugh/k8spider/cmd/dnsutils"
89
_ "github.com/esonhugh/k8spider/cmd/metrics"
910
_ "github.com/esonhugh/k8spider/cmd/neighbor"
10-
_ "github.com/esonhugh/k8spider/cmd/service"
1111
_ "github.com/esonhugh/k8spider/cmd/whereisdns"
1212
_ "github.com/esonhugh/k8spider/cmd/wildcard"
1313
)

0 commit comments

Comments
 (0)