An open API service indexing awesome lists of open source software.

https://github.com/cameronpm/conn-expect

A simple expect library designed around using net.Conn
https://github.com/cameronpm/conn-expect

expect go

Last synced: 6 months ago
JSON representation

A simple expect library designed around using net.Conn

Awesome Lists containing this project

README

          

# conn-expect

A simple expect library designed around using net.Conn

[![GoDoc](https://godoc.org/github.com/cameronpm/conn-expect?status.png)](https://godoc.org/github.com/cameronpm/conn-expect)
[![Build Status](https://travis-ci.org/cameronpm/conn-expect.svg?branch=master)](https://travis-ci.org/cameronpm/conn-expect)
[![Code Coverage](https://codecov.io/gh/cameronpm/conn-expect/branch/master/graph/badge.svg)](https://codecov.io/gh/cameronpm/conn-expect/)

The tests in expect_test.go are sufficient enough to get started.