]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/mcd.go
Do not use multiline const-s with single entry
[nncp.git] / src / mcd.go
index aceee17f7baed22d24cf9fb808bda005f25d6d04..a1917121fe7f7cca37f4f403fa60635f558074e6 100644 (file)
@@ -28,9 +28,7 @@ import (
        xdr "github.com/davecgh/go-xdr/xdr2"
 )
 
-const (
-       MCDPort = 5400
-)
+const MCDPort = 5400
 
 type MCD struct {
        Magic  [8]byte