Categorygithub.com/hamba/timex
modulepackage
1.2.0
Repository: https://github.com/hamba/timex.git
Documentation: pkg.go.dev

# README

Logo

Go Report Card Build Status Coverage Status GoDoc GitHub release GitHub license

A fast Go clock source.

Overview

Install with:

go get github.com/hamba/timex

Note: This project has renamed the default branch from master to main. You will need to update your local environment.

# Packages

Package mono provides a fast monotonic clock source.

# Functions

Now returns the current time in nanoseconds.
Since is analogous to https://golang.org/pkg/time/#Since.
Unix returns the current time in seconds.