]> Sergey Matveev's repositories - netstring.git/commitdiff
Move to stargrave.org master v4.0.0
authorSergey Matveev <stargrave@stargrave.org>
Mon, 23 Mar 2026 10:06:33 +0000 (13:06 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 23 Mar 2026 10:06:33 +0000 (13:06 +0300)
README
cmd/netstring/main.go
go.mod

diff --git a/README b/README
index 99184de8afe715cff1fd9b2b692029a35db263c8..af52f7a2a727a3d071bcafe5cbfb146864f9b036 100644 (file)
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ Read more at: http://cr.yp.to/proto/netstrings.txt
 That library contains an example utility to deal with concatenated
 netstring in single file:
 
-    $ go install go.cypherpunks.su/netstring/v3/cmd/netstring@latest
+    $ go install go.stargrave.org/netstring/v4/cmd/netstring@latest
     $ ls in[123]
     -rw------- 3490 in1
     -rw------- 1363 in2
index ca0b4a3159eabfe0449d02769270f2c5cbdcc100..83657370c5400e2e93d203be97658ab812d95a70 100644 (file)
@@ -22,7 +22,7 @@ import (
        "os"
        "strconv"
 
-       "go.cypherpunks.su/netstring/v3"
+       "go.stargrave.org/netstring/v4"
 )
 
 func usage() {
diff --git a/go.mod b/go.mod
index 8a5c251f541ecc9b307cb7f86dc1642e1f8af6d0..4f1b5ecb64d1e612f984358527569781ba7ae445 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module go.cypherpunks.su/netstring/v3
+module go.stargrave.org/netstring/v4
 
 go 1.20