9 lines
224 B
Go
9 lines
224 B
Go
/*
|
|
awl is a DNS lookup tool written in Go,
|
|
similar to (and heavily inspired by) drill.
|
|
|
|
It runs and displays similar outputs to drill, at the current time.
|
|
|
|
Why use this over the alternatives? Good question.
|
|
*/
|
|
package main
|