File: README.md

package info (click to toggle)
golang-github-gigawattio-window 0.0~git20180317.0f5467e-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, bullseye-backports, forky, sid, trixie
  • size: 80 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 788 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.