-
opalmer authored
NewRequest() can potentially be called with a nil value present in []OptionFunc. For example this code would trigger a panic prior to this commit: _, _, err := git.Users.ModifyUser(event.UserId, options, nil)
ed51058e
NewRequest() can potentially be called with a nil value present in []OptionFunc. For example this code would trigger a panic prior to this commit: _, _, err := git.Users.ModifyUser(event.UserId, options, nil)