Skip to content

Commit

Permalink
update: service to dnssd
Browse files Browse the repository at this point in the history
  • Loading branch information
Esonhugh committed Jan 19, 2025
1 parent 4554369 commit 9162404
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/service/subnet.go → cmd/dnssd/subnet.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package service
package dnssd

import (
"fmt"
Expand Down
1 change: 0 additions & 1 deletion cmd/service/service.go

This file was deleted.

2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import (
"github.com/esonhugh/k8spider/cmd"
_ "github.com/esonhugh/k8spider/cmd/all"
_ "github.com/esonhugh/k8spider/cmd/axfr"
_ "github.com/esonhugh/k8spider/cmd/dnssd"
_ "github.com/esonhugh/k8spider/cmd/dnsutils"
_ "github.com/esonhugh/k8spider/cmd/metrics"
_ "github.com/esonhugh/k8spider/cmd/neighbor"
_ "github.com/esonhugh/k8spider/cmd/service"
_ "github.com/esonhugh/k8spider/cmd/whereisdns"
_ "github.com/esonhugh/k8spider/cmd/wildcard"
)
Expand Down

0 comments on commit 9162404

Please sign in to comment.