Example #1
0
func init() {
	registry.RegisterTokenMap(ArticlesName, ArticlesTokenMapConstructor)
}
Example #2
0
func init() {
	registry.RegisterTokenMap(StopName, TokenMapConstructor)
}
Example #3
0
func init() {
	registry.RegisterTokenMap(Name, GenericTokenMapConstructor)
}