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 1 month ago
JSON representation

Golang package to manipulate time intervals.

Lists

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)