chore: cleanup

pull/2/head
Karan Sharma 2020-12-10 21:54:53 +05:30
parent 252d11c764
commit 917674ff09
4 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ vendor/
.env
config.yml
.DS_Store
bin/

View File

@ -1,2 +1,4 @@
# doggo
Golang port of https://github.com/ogham/dog
_Command-line DNS client written in Golang_

Binary file not shown.

View File

@ -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