1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
# window
[](https://godoc.org/github.com/gigawattio/window)
[](https://travis-ci.org/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.
|