diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-04 23:28:48 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-04 23:28:48 +0300 |
| commit | d0a5493e9710f4b515ad5825aeee3c0102d03ee7 (patch) | |
| tree | 8f8ddcbf96beb517252ce525060382f22b83fa6a /cmd | |
| parent | 2f09915d3da7a23574e1a90fa70eb1af1cdf830a (diff) | |
renamemain
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/anelephantinachinashop/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/anelephantinachinashop/main.go b/cmd/anelephantinachinashop/main.go index 398b595..8b14dff 100644 --- a/cmd/anelephantinachinashop/main.go +++ b/cmd/anelephantinachinashop/main.go @@ -5,8 +5,8 @@ import ( "fmt" "log" - "codeberg.org/snonux/anelephantinachinashop/internal" - "codeberg.org/snonux/anelephantinachinashop/internal/config" + "codeberg.org/snonux/rampage/internal" + "codeberg.org/snonux/rampage/internal/config" ) func main() { |
