open-nomad/drivers/shared
Seth Hoenig db2347a86c cleanup: prevent leaks from time.After
This PR replaces use of time.After with a safe helper function
that creates a time.Timer to use instead. The new function returns
both a time.Timer and a Stop function that the caller must handle.

Unlike time.NewTimer, the helper function does not panic if the duration
set is <= 0.
2022-02-02 14:32:26 -06:00
..
capabilities drivers: fixup linux version dependent test cases 2021-05-17 12:37:40 -06:00
eventer cleanup: prevent leaks from time.After 2022-02-02 14:32:26 -06:00
executor fix integer bounds checks (#11815) 2022-01-25 11:16:48 -05:00
hostnames gofmt all the files 2021-10-01 10:14:28 -04:00
resolvconf drivers: set world-readable permissions on copied resolv.conf (#11856) 2022-01-14 12:25:23 -05:00