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