Skip to content

Commit

Permalink
address markup warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanriper committed Aug 2, 2022
1 parent 62e103b commit e70ebd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# go-mock-io

[![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4)](https://pkg.go.dev/github.com/tvanriper/go-mock-io#section-readme)

Test your socket i/o in pure golang
Expand All @@ -8,4 +9,3 @@ I needed a library to help me test working with a serial connection. Unfortunat
## Basic concept

Create a mock io.ReadWriteCloser, and give it certain expectations. When someone writing to the mock stream meets any of those expectations, the stream responds with that expectation's response.

0 comments on commit e70ebd5

Please sign in to comment.