• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

LICENSEH A D03-Apr-20161.1 KiB

README.mdH A D03-Apr-2016555

timespan.goH A D03-Apr-20164.1 KiB

timespan_test.goH A D03-Apr-201610.6 KiB

README.md

1timespan
2========
3
4timespan is a [Go](http://golang.org/) library for interacting with intervals of time, defined as a start time and a duration.
5
6Documentation
7-------------
8
9- [API](http://godoc.org/github.com/SaidinWoT/timespan)
10
11Installation
12------------
13
14Install timespan using the "go get" command:
15
16	go get github.com/SaidinWoT/timespan
17
18Contributing
19------------
20Contributions are welcome. Simply send a pull request my way.
21
22License
23-------
24timespan is available under the [MIT License](https://github.com/SaidinWoT/timespan/blob/master/LICENSE)
25