Этот коммит содержится в:
=Corey Hulen
2016-01-09 09:22:14 -06:00
родитель b1a7c1acf1
Коммит 3edcf960a0
4 изменённых файлов: 8 добавлений и 12 удалений

Просмотреть файл

@@ -33,15 +33,6 @@ func GetCommandProvidersProvider(name string) CommandProvider {
return nil
}
// cmds = map[string]string{
// "logoutCommand": "/logout",
// "joinCommand": "/join",
// "loadTestCommand": "/loadtest",
// "echoCommand": "/echo",
// "shrugCommand": "/shrug",
// "meCommand": "/me",
// }
func InitCommand(r *mux.Router) {
l4g.Debug("Initializing command api routes")