From 5e8c7c1c967f01f588655aced32b6b4ca6408850 Mon Sep 17 00:00:00 2001 From: bt Date: Tue, 31 Mar 2026 09:06:24 +0200 Subject: [all] Change Go package name, bump Go version --- cmd/client/main.go | 4 ++-- cmd/daemon/main.go | 2 +- cmd/test/main.go | 2 +- docs/rfc.html | 12 ++++++++---- docs/rfc.txt | 19 +++++++++++-------- go.mod | 4 ++-- server/server.go | 2 +- solec.ksy | 2 +- solec.lua | 2 +- 9 files changed, 28 insertions(+), 21 deletions(-) diff --git a/cmd/client/main.go b/cmd/client/main.go index 8c2258a..061efdc 100644 --- a/cmd/client/main.go +++ b/cmd/client/main.go @@ -7,8 +7,8 @@ import ( "strings" "time" - "git.sr.ht/~rctt/solec/core" - "git.sr.ht/~rctt/solec/prompt" + "git.rctt.net/solec/core" + "git.rctt.net/solec/prompt" ) var ( diff --git a/cmd/daemon/main.go b/cmd/daemon/main.go index d0e4d1c..f1fa9b1 100644 --- a/cmd/daemon/main.go +++ b/cmd/daemon/main.go @@ -10,7 +10,7 @@ import ( "slices" "strings" - "git.sr.ht/~rctt/solec/server" + "git.rctt.net/solec/server" ) var ( diff --git a/cmd/test/main.go b/cmd/test/main.go index 05768ea..37c226c 100644 --- a/cmd/test/main.go +++ b/cmd/test/main.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - "git.sr.ht/~rctt/solec/core" + "git.rctt.net/solec/core" ) func main() { diff --git a/docs/rfc.html b/docs/rfc.html index 86eaadf..30f5bb7 100644 --- a/docs/rfc.html +++ b/docs/rfc.html @@ -1220,7 +1220,7 @@ li > p:last-of-type:only-child { bt -Expires 30 September 2026 +Expires 2 October 2026 [Page] @@ -1233,12 +1233,12 @@ li > p:last-of-type:only-child {
SOLEC
Published:
- +
Intended Status:
Experimental
Expires:
-
+
Author:
@@ -1274,7 +1274,7 @@ SOLEC system.

time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."

- This Internet-Draft will expire on 30 September 2026.

+ This Internet-Draft will expire on 2 October 2026.