mirror of
https://github.com/SamTherapy/dnscrypt.git
synced 2024-12-22 00:50:42 +00:00
fix mistake in the doc
This commit is contained in:
parent
875723a3f9
commit
1215bb8b15
2 changed files with 2 additions and 2 deletions
|
@ -31,5 +31,5 @@ Unfortunately, I have not found an easy way to use [dnscrypt-proxy](https://gith
|
|||
}
|
||||
|
||||
// Get the DNS response
|
||||
reply, rtt, err := client.Exchange(&req, serverInfo)
|
||||
reply, rtt, err := c.Exchange(&req, serverInfo)
|
||||
```
|
2
doc.go
2
doc.go
|
@ -23,7 +23,7 @@ Here is a simple usage example:
|
|||
}
|
||||
|
||||
// Get the DNS response
|
||||
reply, rtt, err := client.Exchange(&req, serverInfo)
|
||||
reply, rtt, err := c.Exchange(&req, serverInfo)
|
||||
|
||||
Unfortunately, I have not found an easy way to use dnscrypt-proxy as a dependency so here's why this library was created.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue