diff --git a/README.md b/README.md index c545284..8323470 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc.go b/doc.go index f3f0022..1869896 100644 --- a/doc.go +++ b/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