]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/nncp.go
Full go modules usage
[nncp.git] / src / nncp.go
similarity index 98%
rename from src/cypherpunks.ru/nncp/nncp.go
rename to src/nncp.go
index 7cc65edeebabeaabedab3656ce39452157be1fb3..9ff5b6d73fbb2fc26259af42532379a116bf415d 100644 (file)
@@ -37,7 +37,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.`
 )
 
 var (
-       Version string
+       Version string = "UNKNOWN"
 )
 
 func VersionGet() string {