diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-12 19:17:29 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-12 19:17:29 +0800 |
commit | 52a98e32b6f143610dc2dd960ede86d4205a6331 (patch) | |
tree | 06152e25e0222972955c30ac14c5cbbccb05b630 /git_misc.go | |
parent | *.go: Use the database for repo info, and fix ssh cloning repo (diff) | |
download | forge-52a98e32b6f143610dc2dd960ede86d4205a6331.tar.gz forge-52a98e32b6f143610dc2dd960ede86d4205a6331.tar.zst forge-52a98e32b6f143610dc2dd960ede86d4205a6331.zip |
git_misc.go: Remove err_unsafe_path as unused
Diffstat (limited to 'git_misc.go')
-rw-r--r-- | git_misc.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git_misc.go b/git_misc.go index 2d4c4d3..c153534 100644 --- a/git_misc.go +++ b/git_misc.go @@ -13,7 +13,6 @@ import ( ) var ( - err_unsafe_path = errors.New("Unsafe path") err_getting_commit_tree = errors.New("Error getting commit tree") err_getting_patch_of_commit = errors.New("Error getting patch of commit") err_getting_parent_commit_object = errors.New("Error getting parent commit object") |