Skip to content

Commit

Permalink
Applied lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cavaliercoder committed Feb 11, 2016
1 parent e5d030a commit ffaf501
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -2,9 +2,8 @@

[![GoDoc](https://godoc.org/github.com/cavaliercoder/badio?status.svg)](https://godoc.org/github.com/cavaliercoder/badio)

BadIO is a Go package which contains extensions to Go's
[testing/iotest](https://golang.org/pkg/testing/iotest/) package which
implements Readers and Writers useful mainly for testing.
Package badio contains extensions to Go's [testing/iotest](https://golang.org/pkg/testing/iotest/)
package and implements Readers and Writers useful mainly for testing.


## Installation
Expand Down
4 changes: 2 additions & 2 deletions doc.go
@@ -1,5 +1,5 @@
/*
BadIO is a Go package which contains extensions to Go's testing/iotest package
which implements Readers and Writers useful mainly for testing.
Package badio contains extensions to Go's testing/iotest package and implements
Readers and Writers useful mainly for testing.
*/
package badio

0 comments on commit ffaf501

Please sign in to comment.