/go-texttestdata

Test text data for development

Primary LanguageGoBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Golang package with text test data for development

This package makes it easy for a Golang program to get a large body of a (non-trivial) English text.

Quickstart

Install the package:

go get github.com/wkoszek/go-texttestdata

Example

There is an example in examples directory which you can build:

cd ./examples/
go build example.go

Contributions

I was able to provide some additional .txt thanks to: https://github.com/ssbc/ssb-testnet.git and project Gutenberg.

Author