small cleanups

This commit is contained in:
Miek Gieben 2013-01-28 20:41:17 +01:00
parent 73b9284ec7
commit 6dfe504a09
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
package dns
// A concurrent client implementation.
// A client implementation.
import (
"io"
@ -10,6 +10,7 @@ import (
// Order of events:
// *client -> *reply -> Exchange() -> dial()/send()->write()/receive()->read()
// Do I want make this an interface thingy?
type reply struct {
client *Client