Projects STRLCPY dnstt Commits 12098e15
🤬
  • Remove a line of unreachable code.

    Was identical to the "else" immediately above it.
  • Loading...
  • David Fifield committed 3 years ago
    12098e15
    1 parent 4de69201
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    dns/dns.go
    skipped 100 lines
    101 101   } else {
    102 102   return NewName(bytes.Split(b, []byte(".")))
    103 103   }
    104  - return NewName(bytes.Split(b, []byte(".")))
    105 104  }
    106 105   
    107 106  // String returns a string representation of name, with labels separated by
    skipped 450 lines
Please wait...
Page is in error, reload to recover