Skip to content

Commit e96edef

Browse files
committed
add badges
1 parent 67f6644 commit e96edef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Flow - FBP / pipelines
1+
# Flow - FBP / pipelines [![Build Status](https://travis-ci.org/go-pkgz/flow.svg?branch=master)](https://travis-ci.org/go-pkgz/flow) [![Go Report Card](https://goreportcard.com/badge/github.com/go-pkgz/flow)](https://goreportcard.com/report/github.com/go-pkgz/flow) [![Coverage Status](https://coveralls.io/repos/github/go-pkgz/flow/badge.svg?branch=master)](https://coveralls.io/github/go-pkgz/flow?branch=master)
22

33
Package `flow` provides support for very basic FBP / pipelines. It helps to structure multistage processing as
44
a set of independent handlers communicating via channels. The typical use case is for ETL (extract, transform, load)

0 commit comments

Comments
 (0)