diff options
| author | bt <bt@rctt.net> | 2026-04-10 20:32:18 +0200 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-04-10 20:32:18 +0200 |
| commit | 976c419df403c9810fc705aa21273fe34d438597 (patch) | |
| tree | 76438f01db638202fe7ddff0fc9f6b01c73a7fe2 /cmd/client/main.go | |
| parent | 74763b4b327f620c933f78b2a65d8704e8aa8e12 (diff) | |
| download | solec-0.1.1.tar.gz solec-0.1.1.zip | |
[package] Change package name from git.rctt.net/solec to go.rctt.net/solecv0.1.1
Diffstat (limited to 'cmd/client/main.go')
| -rw-r--r-- | cmd/client/main.go | 6 |
1 files changed, 3 insertions, 3 deletions
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 ( |
