13 lines
329 B
Go
13 lines
329 B
Go
package main
|
|
|
|
// Output takes a list of `dns.Answers` and based
|
|
// on the output format specified displays the information.
|
|
// func (hub *Hub) Output(c *cli.Context) error {
|
|
// hub.prepareQuestions()
|
|
// answers, err := hub.Resolver.Lookup(hub.Questions)
|
|
// if err != nil {
|
|
// hub.Logger.Error(err)
|
|
// }
|
|
// return nil
|
|
// }
|