Skip to content
This repository has been archived by the owner on Sep 8, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 1.1 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.1 KB

package tap

This repository is unmaintained. Don't use it.

This is a basic [TAP (Test Anything Protocol)] tap parser for the [go programming language] golang. It can be used in TAP-consumers (for example Test-harnesses) to parse valid [TAP version 13] tap13.

Installing

You can install it like any go-package with the go get command:

$ go get github.com/Merovius/go-tap

Documentation

Please consult the [godoc-Documentation] godoc for a reference to all package-features as well as usage-examples. If there is something missing from the documentation, please [file a bug] bugs.

Contributing

All contributions should use the means of github, i.e. file a [bug] bugs or a pull request if you have some issues with the code or want to contribute something.