mirror of
https://github.com/miekg/dns.git
synced 2025-08-11 20:16:58 +02:00
10 lines
58 B
Go
10 lines
58 B
Go
package main
|
|
|
|
import (
|
|
"dns"
|
|
)
|
|
|
|
func main() {
|
|
|
|
}
|