Documentation
¶
Overview ¶
Package util provides miscellaneous utility functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BeNice ¶
BeNice lets a Unix process reduce its own execution priority to avoid impacting other processes. Positive values have lower privilege (are nicer) while negative values have a higher privilege (are MEAN!).
func LogRecover ¶
func LogRecover()
LogRecover helps ensure any unhandled errors are logged. Useful as a `defer` function immediately upon entering a goroutine.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.