From: Sergey Matveev Date: Mon, 23 Mar 2026 10:06:33 +0000 (+0300) Subject: Move to stargrave.org X-Git-Tag: v4.0.0^0 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;ds=inline;p=netstring.git Move to stargrave.org --- diff --git a/README b/README index 99184de..af52f7a 100644 --- 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 diff --git a/cmd/netstring/main.go b/cmd/netstring/main.go index ca0b4a3..8365737 100644 --- a/cmd/netstring/main.go +++ b/cmd/netstring/main.go @@ -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 8a5c251..4f1b5ec 100644 --- 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