package botlib import ( "net/url" ) var Registry map[string]url.URL func InitRegistry() { Registry = make(map[string]url.URL) }