Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 555 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 555 Bytes

timespan

timespan is a Go library for interacting with intervals of time, defined as a start time and a duration.

Documentation

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