package conf import ( // Initialize the different modules. By importing them in this // way, their constructors are registered in the registry. _ "github.com/Shugyousha/stasher/input/http" _ "github.com/Shugyousha/stasher/input/stdin" _ "github.com/Shugyousha/stasher/filter/http" _ "github.com/Shugyousha/stasher/filter/str" _ "github.com/Shugyousha/stasher/output/http" _ "github.com/Shugyousha/stasher/output/stdout" )