github.com/hamba/timex@v1.2.1-0.20240304044353-56d3de3a9ed9/README.md (about) 1 ![Logo](http://svg.wiersma.co.za/hamba/project?title=timex&tag=A%20fast%20clock%20source) 2 3 [![Go Report Card](https://goreportcard.com/badge/github.com/hamba/timex)](https://goreportcard.com/report/github.com/hamba/timex) 4 [![Build Status](https://github.com/hamba/timex/actions/workflows/test.yml/badge.svg)](https://github.com/hamba/timex/actions) 5 [![Coverage Status](https://coveralls.io/repos/github/hamba/timex/badge.svg?branch=master)](https://coveralls.io/github/hamba/timex?branch=master) 6 [![GoDoc](https://godoc.org/github.com/hamba/timex?status.svg)](https://godoc.org/github.com/hamba/timex) 7 [![GitHub release](https://img.shields.io/github/release/hamba/timex.svg)](https://github.com/hamba/timex/releases) 8 [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/hamba/timex/master/LICENSE) 9 10 A fast Go clock source. 11 12 ## Overview 13 14 Install with: 15 16 ```shell 17 go get github.com/hamba/timex 18 ``` 19 20 **Note:** This project has renamed the default branch from `master` to `main`. You will need to update your local environment.