summaryrefslogtreecommitdiff
path: root/internal/run.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-04 23:28:48 +0300
committerPaul Buetow <paul@buetow.org>2026-05-04 23:28:48 +0300
commitd0a5493e9710f4b515ad5825aeee3c0102d03ee7 (patch)
tree8f8ddcbf96beb517252ce525060382f22b83fa6a /internal/run.go
parent2f09915d3da7a23574e1a90fa70eb1af1cdf830a (diff)
renamemain
Diffstat (limited to 'internal/run.go')
-rw-r--r--internal/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/run.go b/internal/run.go
index e3bb597..358fe94 100644
--- a/internal/run.go
+++ b/internal/run.go
@@ -1,6 +1,6 @@
package internal
-import "codeberg.org/snonux/anelephantinachinashop/internal/config"
+import "codeberg.org/snonux/rampage/internal/config"
func Run(conf config.Config) error {
return nil