//
pkg.gl
Category
github.com/indeedeng/issue-sync
lib
utils
package
1.0.5
Repository:
https://github.com/indeedeng/issue-sync.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
3
Files
68 SLOC
#
Functions
GetOrElse
No description provided by the author
Retry
retry takes any function f: () -> (interface, interface, error) and calls it with exponential backoff.
SliceStringsEq
treats nil the same as empty slice.