Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bounoable/timefn
Time utilities for Go
https://github.com/bounoable/timefn
go golang period time timefn
Last synced: about 5 hours ago
JSON representation
Time utilities for Go
- Host: GitHub
- URL: https://github.com/bounoable/timefn
- Owner: bounoable
- License: mit
- Created: 2020-03-19T22:49:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T14:58:46.000Z (9 months ago)
- Last Synced: 2024-06-19T05:43:24.997Z (5 months ago)
- Topics: go, golang, period, time, timefn
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :clock1: timefn: Date utility library for Go
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/bounoable/timefn)
> This project is a work in progress.
timefn provides utilities for working with time and time periods.
## Install
```
go get github.com/bounoable/timefn
```## Use
Read the [docs](https://pkg.go.dev/github.com/bounoable/timefn) for a list of available functions.