From d82c5eedbc437c8cf51116d619e7c59314c2315d Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Sat, 21 Jan 2017 12:35:43 +0100 Subject: Fix input module name --- input/stdin/stdin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/stdin/stdin.go b/input/stdin/stdin.go index fa4d21f..e2910ec 100644 --- a/input/stdin/stdin.go +++ b/input/stdin/stdin.go @@ -12,7 +12,7 @@ import ( ) func init() { - registry.Inputregistry["input"] = New + registry.Inputregistry["stdin"] = New } type StdinInput struct { -- cgit v1.2.1-18-gbd029