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