diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-05 21:27:17 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-05 21:27:17 +0800 |
commit | e0635b47c2f30719e1ea026812af85c988632c0e (patch) | |
tree | f112904c018dc294cf6f902423745f1f1932449c /git_plumbing.go | |
parent | Export symbols from database.go (diff) | |
download | forge-e0635b47c2f30719e1ea026812af85c988632c0e.tar.gz forge-e0635b47c2f30719e1ea026812af85c988632c0e.tar.zst forge-e0635b47c2f30719e1ea026812af85c988632c0e.zip |
Move things to internal/v0.1.23
Diffstat (limited to 'git_plumbing.go')
-rw-r--r-- | git_plumbing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git_plumbing.go b/git_plumbing.go index 440de7c..8c73a93 100644 --- a/git_plumbing.go +++ b/git_plumbing.go @@ -14,7 +14,7 @@ import ( "sort" "strings" - "go.lindenii.runxiyu.org/forge/misc" + "go.lindenii.runxiyu.org/forge/internal/misc" ) func writeTree(ctx context.Context, repoPath string, entries []treeEntry) (string, error) { |