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