Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
urjitbhatia authored Feb 19, 2018
1 parent b5ef116 commit de0ae68
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# gopipe
A stream-filter like pipeline primitive for go
[![Build Status](https://travis-ci.org/urjitbhatia/gopipe.svg?branch=master)](https://travis-ci.org/urjitbhatia/gopipe)


Godoc documentation: [![GoDoc](https://godoc.org/github.com/urjitbhatia/gopipe?status.svg)](https://godoc.org/github.com/urjitbhatia/gopipe)
[![Build Status](https://travis-ci.org/urjitbhatia/gopipe.svg?branch=master)](https://travis-ci.org/urjitbhatia/gopipe)
[![GoDoc](https://godoc.org/github.com/urjitbhatia/gopipe?status.svg)](https://godoc.org/github.com/urjitbhatia/gopipe)

Gopipe exposes a simple interface that your "Pipe" must implement:
```go
Expand Down

0 comments on commit de0ae68

Please sign in to comment.