Merge pull request #6 from taralx/master

gofmt
This commit is contained in:
Miek Gieben 2011-11-28 00:59:18 -08:00
commit c9bb2e0617
6 changed files with 53 additions and 54 deletions

View File

@ -96,7 +96,6 @@ func (rr *RR_OPT) SetUDPSize(size uint16) {
rr.Hdr.Class = size
}
/* from RFC 3225
+0 (MSB) +1 (LSB)
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+

View File

@ -1,9 +1,9 @@
package dns
import (
// "os"
// "time"
// "bufio"
// "os"
// "time"
// "bufio"
"strings"
"testing"
"crypto/rsa"