Some parts of the code use 'error' instead of 'err' #745
Labels
No Label
bug
duplicate
enhancement
invalid
question
up for grabs
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jcarr/git2go#745
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a minor issue, but some of the code uses
error
instead oferr
which conflicts with the builtinerror
interface type, as well as not being in line with the Go styleeg
2fd0495c43/git.go (L203)
Thank you @mbfr for reporting this. I will open a PR to fix the variable names.