# window [![Documentation](https://godoc.org/github.com/gigawattio/window?status.svg)](https://godoc.org/github.com/gigawattio/window) [![Build Status](https://travis-ci.org/gigawattio/window.svg?branch=master)](https://travis-ci.org/gigawattio/window) [![Report Card](https://goreportcard.com/badge/github.com/gigawattio/window)](https://goreportcard.com/report/github.com/gigawattio/window) ### About Window is a golang package for generating a rolling window of size N for a sequence of string tokens. Created by [Jay Taylor](https://jaytaylor.com/) and used by [Gigawatt](https://gigawatt.io/). ### Requirements * Go version 1.7 or newer ### Running the test suite go test ./... #### License Permissive MIT license, see the [LICENSE](LICENSE) file for more information.