mirror of
https://github.com/miekg/dns.git
synced 2025-10-18 21:31:01 +02:00
docs
This commit is contained in:
parent
e8b5e26cce
commit
81c4befb1e
@ -190,7 +190,7 @@ func (c *Client) Do(m *Msg, a string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Perform an synchronous query. Send the message m to the address
|
// Perform an synchronous query. Send the message m to the address
|
||||||
// contained in a
|
// contained in a and wait for an reply.
|
||||||
func (c *Client) Exchange(m *Msg, a string) *Msg {
|
func (c *Client) Exchange(m *Msg, a string) *Msg {
|
||||||
w := new(reply)
|
w := new(reply)
|
||||||
w.client = c
|
w.client = c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user