diff options
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") |