package util // FastTime provides current unix time using specified resolution with reduced number of syscalls. type FastTime struct { }