From 80f2d9c220847ff4697b130f5b6118a4cf153af0 Mon Sep 17 00:00:00 2001 From: Luther Wen Xu Date: Fri, 11 Oct 2019 20:28:33 +0800 Subject: [PATCH] go: Cleanup file names to prevent confusion --- GoBot/{admin.go => command_admin.go} | 0 GoBot/{invite.go => command_invite.go} | 0 GoBot/{messageUtil.go => command_messageutil.go} | 0 GoBot/{vote.go => command_vote.go} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename GoBot/{admin.go => command_admin.go} (100%) rename GoBot/{invite.go => command_invite.go} (100%) rename GoBot/{messageUtil.go => command_messageutil.go} (100%) rename GoBot/{vote.go => command_vote.go} (100%) diff --git a/GoBot/admin.go b/GoBot/command_admin.go similarity index 100% rename from GoBot/admin.go rename to GoBot/command_admin.go diff --git a/GoBot/invite.go b/GoBot/command_invite.go similarity index 100% rename from GoBot/invite.go rename to GoBot/command_invite.go diff --git a/GoBot/messageUtil.go b/GoBot/command_messageutil.go similarity index 100% rename from GoBot/messageUtil.go rename to GoBot/command_messageutil.go diff --git a/GoBot/vote.go b/GoBot/command_vote.go similarity index 100% rename from GoBot/vote.go rename to GoBot/command_vote.go