Skip to content

Commit

Permalink
Small doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
miekg committed Feb 20, 2015
1 parent 574544e commit adbd535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types.go
Expand Up @@ -206,7 +206,8 @@ var CertTypeToString = map[uint16]string{

var StringToCertType = reverseInt16(CertTypeToString)

// DNS queries.
// Question holds a DNS question. There can be multiple questions in the
// question section of a message. Usually there is just one.
type Question struct {
Name string `dns:"cdomain-name"` // "cdomain-name" specifies encoding (and may be compressed)
Qtype uint16
Expand Down

0 comments on commit adbd535

Please sign in to comment.