use the real module path
CI / go-tests (pull_request) Successful in 1m49s
Release / build-and-push (push) Skipped
Build / build-and-push (push) Successful in 1m14s

The module was code.aneur.in/cloud/ultrashorty but go.mod (and main.go's
internal import) still said gogs.home.aneur.in/go/ultrashorty, a host that
no longer exists. Self-consistent so it built, but wrong for anyone
fetching it and confusing to read.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit was merged in pull request #2.
This commit is contained in:
2026-09-07 14:18:05 +01:00
co-authored by Claude Sonnet 5
parent 1dfa60a237
commit 3eb0023efd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module gogs.home.aneur.in/go/ultrashorty
module code.aneur.in/cloud/ultrashorty
go 1.25.6