Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 788 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 788 Bytes

window

Documentation Build Status Report Card

About

Window is a golang package for generating a rolling window of size N for a sequence of string tokens.

Created by Jay Taylor and used by Gigawatt.

Requirements

  • Go version 1.7 or newer

Running the test suite

go test ./...

License

Permissive MIT license, see the LICENSE file for more information.