From: Sergey Matveev Date: Mon, 20 Nov 2017 20:48:35 +0000 (+0300) Subject: Trailing / is not necessary X-Git-Tag: 1.0^2~6 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=62d20599cbd0819fca9855cbd6be3799ff57e13e;p=nncp.git Trailing / is not necessary --- diff --git a/src/cypherpunks.ru/nncp/pkt.go b/src/cypherpunks.ru/nncp/pkt.go index 1af1816..aa7368d 100644 --- a/src/cypherpunks.ru/nncp/pkt.go +++ b/src/cypherpunks.ru/nncp/pkt.go @@ -50,7 +50,7 @@ const ( DefaultNiceFreq = 64 DefaultNiceFile = 196 - NNCPBundlePrefix = "NNCP/" + NNCPBundlePrefix = "NNCP" ) var (