go-interval

Allen's interval algebra for go lang time intervals

View the Project on GitHub retailify/go-interval

go-interval

BE WARNED: The library is ready for production if I tag the library with 1.0.0.

Build Status Go Report Card Maintainability Test Coverage License: MIT

This library implements the Allen’s interval algebra for go lang time intervals.

The go-interval library supports answering questions concerning time intervals. You can check if intervals overlap, seamlessly connect, there is a gap between the intervals, and more.

Documentation

godoc.org documentation

Installation

go get


go get github.com/retailify/go-interval

glide


glide get github.com/retailify/go-interval

Usage

import "github.com/retailify/go-interval"

© 2018 by Retailify GmbH