2
0

Added a lot of documentation

This commit is contained in:
Jack Christensen
2014-07-12 21:17:38 -05:00
parent e33fb9d5d8
commit aff5043df9
7 changed files with 126 additions and 67 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"errors"
)
// ValueReader the mechanism for implementing the BinaryDecoder interface.
// ValueReader is used by the Scanner interface to decode values.
type ValueReader struct {
mr *msgReader
fd *FieldDescription