Comment on Toward Go 1.3parentComments−voidlogic12yfunc execWithRetries(f func() error, retryc int) errorcan easily be implemented in Go: http://play.golang.org/p/kMNqfY7LYX
Comments
func execWithRetries(f func() error, retryc int) error
can easily be implemented in Go: http://play.golang.org/p/kMNqfY7LYX