github.com/psiphon-Labs/psiphon-tunnel-core@v2.0.28+incompatible/psiphon/common/monotime/README.md (about)

     1  Originally forked from https://github.com/Psiphon-Labs/goarista/commit/690920d232c6046c512b4527417e1d9a2b930c92.
     2  
     3  With the addition of https://github.com/Psiphon-Labs/goarista/commit/d002785f4c6725d9f62f0e3e7b1e2a20455ed027:
     4  
     5  ```
     6  Add helpers for Psiphon integration
     7  * monotime.Time type makes it clear when
     8    a non-"wall" clock time is being used.
     9  * functions including Add, Sub, After, and
    10    Before enable drop-in replacement of
    11    time.Now() with monotime.Now() for
    12    duration calculations.
    13  ```