Move util.go to more appropriately named files

Move util.go to more appropriately named files
This commit is contained in:
Steffen Vogel
2023-02-09 21:23:59 +01:00
parent 16d645c6b3
commit 67f28cf23a
8 changed files with 123 additions and 132 deletions

View File

@@ -128,7 +128,6 @@ var (
errTooManyColonsAddr = errors.New("too many colons in address")
errRead = errors.New("unexpected error trying to read")
errUnknownRole = errors.New("unknown role")
errMismatchUsername = errors.New("username mismatch")
errICEWriteSTUNMessage = errors.New("the ICE conn can't write STUN messages")
errUDPMuxDisabled = errors.New("UDPMux is not enabled")
errNoXorAddrMapping = errors.New("no address mapping")