From d44e2b51d1882bd757b802445d6673e204f99d86 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 23 Jan 2017 09:42:41 -0200 Subject: [PATCH] source pipe dont need to be a pointer --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 076dd5df3..7c7888690 100644 --- a/main.go +++ b/main.go @@ -28,7 +28,7 @@ var pipes = []pipeline.Pipe{ git.Pipe{}, repos.Pipe{}, - &source.Pipe{}, + source.Pipe{}, // real work build.Pipe{},