Exemplo n.º 1
0
Arquivo: rss.go Projeto: nitsnwits/go
// init registers the matcher with the program.
func init() {
	var matcher rssMatcher
	search.Register("rss", matcher)
}
Exemplo n.º 2
0
// init registers the test matcher with the program.
func init() {
	var matcher testMatcher
	search.Register("test", matcher)
}