diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-06 09:26:46 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-06 09:27:53 +0800 |
commit | da1d8f4e7c332c7109427915e6459b10209cedce (patch) | |
tree | 280b921be3b51f93d82d916b4eaa89387b7102cc /internal/unsorted/resources.go | |
parent | git2c, git2d: Rename cmd1 and cmd2 descriptively (diff) | |
download | forge-0.1.32.tar.gz forge-0.1.32.tar.zst forge-0.1.32.zip |
Move the Go stuff to ./forged/v0.1.32
Diffstat (limited to '')
-rw-r--r-- | forged/internal/unsorted/resources.go (renamed from internal/unsorted/resources.go) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/unsorted/resources.go b/forged/internal/unsorted/resources.go index d09ee60..9f3a5d0 100644 --- a/internal/unsorted/resources.go +++ b/forged/internal/unsorted/resources.go @@ -9,8 +9,8 @@ import ( "github.com/tdewolff/minify/v2" "github.com/tdewolff/minify/v2/html" - "go.lindenii.runxiyu.org/forge/internal/embed" - "go.lindenii.runxiyu.org/forge/internal/misc" + "go.lindenii.runxiyu.org/forge/forged/internal/embed" + "go.lindenii.runxiyu.org/forge/forged/internal/misc" ) // loadTemplates minifies and loads HTML templates. |