Rod Hynes 1a3c31839c Simplify dependencies 4 лет назад
..
COPYING 1a3c31839c Simplify dependencies 4 лет назад
README.md 1a3c31839c Simplify dependencies 4 лет назад
issue15006.s 1a3c31839c Simplify dependencies 4 лет назад
nanotime.go 1a3c31839c Simplify dependencies 4 лет назад
nanotime_test.go 1a3c31839c Simplify dependencies 4 лет назад

README.md

Originally forked from https://github.com/Psiphon-Labs/goarista/commit/690920d232c6046c512b4527417e1d9a2b930c92.

With the addition of https://github.com/Psiphon-Labs/goarista/commit/d002785f4c6725d9f62f0e3e7b1e2a20455ed027:

Add helpers for Psiphon integration
* monotime.Time type makes it clear when
  a non-"wall" clock time is being used.
* functions including Add, Sub, After, and
  Before enable drop-in replacement of
  time.Now() with monotime.Now() for
  duration calculations.