Documentation
¶
Overview ¶
Package golib contains handy utility functions to make your day-to-day Go programming more pleasant.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Try ¶
Try calls the given function »f« at most »times« times as long as it returns an error, sleeping the given »backoffTime« in between subsequent calls. If f returns an error on the last try, that error is returned by Try. If times is 0, then f is called indefinitely as long as it returns an error.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
Package logging provides a dead-simple, level-aware logging facility.
|
Package logging provides a dead-simple, level-aware logging facility. |
Package work contains routines to asynchronously dispatch jobs to a fixed set of Goroutines.
|
Package work contains routines to asynchronously dispatch jobs to a fixed set of Goroutines. |
Click to show internal directories.
Click to hide internal directories.