use the real module path
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:
@@ -1,4 +1,4 @@
|
|||||||
module gogs.home.aneur.in/go/ultrashorty
|
module code.aneur.in/cloud/ultrashorty
|
||||||
|
|
||||||
go 1.25.6
|
go 1.25.6
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user