diff options
author | Wolfy-J <[email protected]> | 2019-01-05 12:21:37 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-01-05 12:21:37 +0300 |
commit | 46009112a783a1fdae95e0a061d4c8c41a1c8ff1 (patch) | |
tree | a34cf8ad465e9f354723f855c531ea1db3235cbd /util/fasttime.go | |
parent | d5e5be00aca87ea39ece9c04efe7dc354b1dc3f6 (diff) |
first set of patches
Diffstat (limited to 'util/fasttime.go')
-rw-r--r-- | util/fasttime.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util/fasttime.go b/util/fasttime.go new file mode 100644 index 00000000..a18924cb --- /dev/null +++ b/util/fasttime.go @@ -0,0 +1,5 @@ +package util + +// FastTime provides current unix time using specified resolution with reduced number of syscalls. +type FastTime struct { +} |