Harmonize capitalization of variable names

As most variable names are using camelCase.
This commit is contained in:
Steffen Vogel
2022-11-12 14:58:00 +01:00
parent 97c77bb1ce
commit fdfe34ab7b
7 changed files with 15 additions and 15 deletions

View File

@@ -118,7 +118,7 @@ var (
errParsePriority = errors.New("could not parse priority")
errParsePort = errors.New("could not parse port")
errParseRelatedAddr = errors.New("could not parse related addresses")
errParseTypType = errors.New("could not parse typtype")
errParseTCPType = errors.New("could not parse TCP type")
errGetXorMappedAddrResponse = errors.New("failed to get XOR-MAPPED-ADDRESS response")
errConnectionAddrAlreadyExist = errors.New("connection with same remote address already exists")
errReadingStreamingPacket = errors.New("error reading streaming packet")