This commit is contained in:
Miek Gieben 2013-01-22 13:28:01 +01:00
parent ecaf48ed4b
commit df43178ccb
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
// Basic use pattern for a server to check if (and which) options are set: // Basic use pattern for a server to check if (and which) options are set:
// //
// // o is a dns.OPT // // o is a dns.OPT
// for _, s := range o.Options { // for _, s := range o.Option {
// switch e := s.(type) { // switch e := s.(type) {
// case *dns.EDNS0_NSID: // case *dns.EDNS0_NSID:
// // do stuff with e.Nsid // // do stuff with e.Nsid