fix for new git api
This commit is contained in:
parent
ab13a29cb5
commit
4ee6bc4fca
5 changed files with 61 additions and 19 deletions
|
@ -509,8 +509,7 @@ type argInt []int
|
|||
func (a argInt) Get(i int, args ...int) (r int) {
|
||||
if i >= 0 && i < len(a) {
|
||||
r = a[i]
|
||||
}
|
||||
if len(args) > 0 {
|
||||
} else if len(args) > 0 {
|
||||
r = args[0]
|
||||
}
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue