chore: cleanup
parent
252d11c764
commit
917674ff09
|
@ -19,3 +19,4 @@ vendor/
|
|||
.env
|
||||
config.yml
|
||||
.DS_Store
|
||||
bin/
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
# doggo
|
||||
Golang port of https://github.com/ogham/dog
|
||||
|
||||
_Command-line DNS client written in Golang_
|
||||
|
||||
|
|
BIN
bin/doggo.bin
BIN
bin/doggo.bin
Binary file not shown.
|
@ -78,7 +78,7 @@ func (r *Resolver) Lookup(questions []dns.Question) error {
|
|||
fmt.Println(t.String())
|
||||
}
|
||||
}
|
||||
fmt.Println("rtt is", rtt, msg.Question)
|
||||
fmt.Println("rtt is", rtt)
|
||||
}
|
||||
}
|
||||
return nil
|
||||
|
|
Loading…
Reference in New Issue