summaryrefslogtreecommitdiff
path: root/util/fasttime.go
blob: a18924cb64e3223771c377a9c0f73c51b4de7897 (plain)
1
2
3
4
5
package util

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