aboutsummaryrefslogtreecommitdiff
path: root/internal/unsorted/remote_url.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-06 09:26:46 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-06 09:27:53 +0800
commitda1d8f4e7c332c7109427915e6459b10209cedce (patch)
tree280b921be3b51f93d82d916b4eaa89387b7102cc /internal/unsorted/remote_url.go
parentgit2c, git2d: Rename cmd1 and cmd2 descriptively (diff)
downloadforge-da1d8f4e7c332c7109427915e6459b10209cedce.tar.gz
forge-da1d8f4e7c332c7109427915e6459b10209cedce.tar.zst
forge-da1d8f4e7c332c7109427915e6459b10209cedce.zip
Move the Go stuff to ./forged/v0.1.32
Diffstat (limited to '')
-rw-r--r--forged/internal/unsorted/remote_url.go (renamed from internal/unsorted/remote_url.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/unsorted/remote_url.go b/forged/internal/unsorted/remote_url.go
index 51740c4..f4d4c58 100644
--- a/internal/unsorted/remote_url.go
+++ b/forged/internal/unsorted/remote_url.go
@@ -7,7 +7,7 @@ import (
"net/url"
"strings"
- "go.lindenii.runxiyu.org/forge/internal/misc"
+ "go.lindenii.runxiyu.org/forge/forged/internal/misc"
)
// We don't use path.Join because it collapses multiple slashes into one.