refactor: banish TheInternet

TheInternet hasn't existed as a single node for a long time.

We also move & export the IsInternetNode predicate so it can be used
in more places.
This commit is contained in:
Matthias Radestock
2017-12-22 01:53:02 +00:00
parent ceb3539d35
commit 590fa55cf5
5 changed files with 13 additions and 17 deletions

View File

@@ -5,9 +5,6 @@ import (
"strings"
)
// TheInternet is used as a node ID to indicate a remote IP.
const TheInternet = "theinternet"
// Delimiters are used to separate parts of node IDs, to guarantee uniqueness
// in particular contexts.
const (