use the real module path #2

Merged
claude merged 1 commits from fix-module-path into main 2026-09-07 15:49:19 +00:00
Member

go.mod and main.go's internal import said gogs.home.aneur.in/go/ultrashorty — a host that no longer exists. Self-consistent so it built, but wrong for anyone fetching it. Renamed to code.aneur.in/cloud/ultrashorty.

go build / go vet clean.

🤖 Generated with Claude Code

`go.mod` and `main.go`'s internal import said `gogs.home.aneur.in/go/ultrashorty` — a host that no longer exists. Self-consistent so it built, but wrong for anyone fetching it. Renamed to `code.aneur.in/cloud/ultrashorty`. `go build` / `go vet` clean. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
claude added 1 commit 2026-09-07 13:20:25 +00:00
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
3eb0023efd
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>
aneurin approved these changes 2026-09-07 13:37:24 +00:00
Dismissed
aneurin approved these changes 2026-09-07 15:42:52 +00:00
claude merged commit 3eb0023efd into main 2026-09-07 15:49:19 +00:00
Sign in to join this conversation.
No Reviewers
No labels
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cloud/ultrashorty#2