Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SaidinWoT/timespan
Golang package to manipulate time intervals.
https://github.com/SaidinWoT/timespan
Last synced: about 2 months ago
JSON representation
Golang package to manipulate time intervals.
- Host: GitHub
- URL: https://github.com/SaidinWoT/timespan
- Owner: SaidinWoT
- License: mit
- Created: 2014-10-07T03:57:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T18:38:15.000Z (almost 6 years ago)
- Last Synced: 2024-07-31T20:50:59.819Z (5 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 83
- Watchers: 7
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - timespan - For interacting with intervals of time, defined as a start time and a duration. (Date and Time / Search and Analytic Databases)
- awesome-go - timespan - Golang package to manipulate time intervals. - ★ 57 (Date and Time)
- awesome-go-extra - timespan - 10-07T03:57:02Z|2019-03-19T18:38:15Z| (Date and Time / Advanced Console UIs)
README
timespan
========timespan is a [Go](http://golang.org/) library for interacting with intervals of time, defined as a start time and a duration.
Documentation
-------------- [API](http://godoc.org/github.com/SaidinWoT/timespan)
Installation
------------Install timespan using the "go get" command:
go get github.com/SaidinWoT/timespan
Contributing
------------
Contributions are welcome. Simply send a pull request my way.License
-------
timespan is available under the [MIT License](https://github.com/SaidinWoT/timespan/blob/master/LICENSE)