From 976c419df403c9810fc705aa21273fe34d438597 Mon Sep 17 00:00:00 2001 From: bt Date: Fri, 10 Apr 2026 20:32:18 +0200 Subject: [package] Change package name from git.rctt.net/solec to go.rctt.net/solec --- cmd/client/main.go | 6 +++--- cmd/daemon/main.go | 2 +- cmd/test/main.go | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'cmd') diff --git a/cmd/client/main.go b/cmd/client/main.go index defcc17..d3bffd7 100644 --- a/cmd/client/main.go +++ b/cmd/client/main.go @@ -6,9 +6,9 @@ import ( "net" "strings" - "git.rctt.net/solec/client" - "git.rctt.net/solec/core" - "git.rctt.net/solec/prompt" + "go.rctt.net/solec/client" + "go.rctt.net/solec/core" + "go.rctt.net/solec/prompt" ) var ( diff --git a/cmd/daemon/main.go b/cmd/daemon/main.go index f1fa9b1..56a319f 100644 --- a/cmd/daemon/main.go +++ b/cmd/daemon/main.go @@ -10,7 +10,7 @@ import ( "slices" "strings" - "git.rctt.net/solec/server" + "go.rctt.net/solec/server" ) var ( diff --git a/cmd/test/main.go b/cmd/test/main.go index 37c226c..46649ab 100644 --- a/cmd/test/main.go +++ b/cmd/test/main.go @@ -5,7 +5,7 @@ import ( "fmt" "time" - "git.rctt.net/solec/core" + "go.rctt.net/solec/core" ) func main() { -- cgit v1.2.3