]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/nncp.go
Do not use multiline const-s with single entry
[nncp.git] / src / nncp.go
index 8ee3fb0d595a56719dca9bdc6dff7b78bba4aa54..dc64ffc14d0263a559a5663afe4423b880a534d5 100644 (file)
@@ -37,10 +37,9 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.`
+       Base32Encoded32Len = 52
 )
 
-const Base32Encoded32Len = 52
-
 var (
        Version string = "8.8.4"