godns/resolver/nameserver.go

8 lines
86 B
Go
Raw Permalink Normal View History

2020-01-25 17:43:02 +00:00
package resolver
type Nameserver struct {
net string
host string
2020-01-25 17:43:02 +00:00
address string
}