summaryrefslogtreecommitdiffstats
path: root/cmd/test/main.go
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-04-10 20:32:18 +0200
committerbt <bt@rctt.net>2026-04-10 20:32:18 +0200
commit976c419df403c9810fc705aa21273fe34d438597 (patch)
tree76438f01db638202fe7ddff0fc9f6b01c73a7fe2 /cmd/test/main.go
parent74763b4b327f620c933f78b2a65d8704e8aa8e12 (diff)
downloadsolec-976c419df403c9810fc705aa21273fe34d438597.tar.gz
solec-976c419df403c9810fc705aa21273fe34d438597.zip
[package] Change package name from git.rctt.net/solec to go.rctt.net/solecv0.1.1
Diffstat (limited to 'cmd/test/main.go')
-rw-r--r--cmd/test/main.go2
1 files changed, 1 insertions, 1 deletions
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() {