diff options
Diffstat (limited to 'input')
-rw-r--r-- | input/stdin/stdin.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |