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

Merovius/go-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

TAP (Test Anything Protocol) parser in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages