Skip to content

retailify/go-interval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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