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