8 lines
86 B
Go
8 lines
86 B
Go
package resolver
|
|
|
|
type Nameserver struct {
|
|
net string
|
|
host string
|
|
address string
|
|
}
|