gofmt (excluding _examples)

This commit is contained in:
Taral 2011-11-27 21:03:21 -08:00
parent 22a467e718
commit c1889c778d
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"