diff options
author | Silvan Jegen <s.jegen@gmail.com> | 2017-01-29 20:14:29 +0100 |
---|---|---|
committer | Silvan Jegen <s.jegen@gmail.com> | 2017-01-29 20:15:24 +0100 |
commit | 30716efc96229240cdc1af40ce52d61b0658277b (patch) | |
tree | 589f1b851d9e152483e2e94255b5e9e3b4be72de /conf | |
parent | 32e27950115011c00b09d955e34d07d68b60bd6e (diff) |
Add http output module skeleton
Diffstat (limited to 'conf')
-rw-r--r-- | conf/init.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/init.go b/conf/init.go index f7d1761..9ace855 100644 --- a/conf/init.go +++ b/conf/init.go @@ -9,5 +9,6 @@ import ( _ "github.com/Shugyousha/stasher/filter/http" _ "github.com/Shugyousha/stasher/filter/str" + _ "github.com/Shugyousha/stasher/output/http" _ "github.com/Shugyousha/stasher/output/stdout" ) |