From c18721fddd8efd1a55b33b79b7debb9e8a0dc873 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 31 May 2019 11:19:53 -0400 Subject: [PATCH] Re-organized folder structure --- api/api.go => api.go | 0 api/chatIn.go => chatIn.go | 0 api/chatOut.go => chatOut.go | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename api/api.go => api.go (100%) rename api/chatIn.go => chatIn.go (100%) rename api/chatOut.go => chatOut.go (100%) diff --git a/api/api.go b/api.go similarity index 100% rename from api/api.go rename to api.go diff --git a/api/chatIn.go b/chatIn.go similarity index 100% rename from api/chatIn.go rename to chatIn.go diff --git a/api/chatOut.go b/chatOut.go similarity index 100% rename from api/chatOut.go rename to chatOut.go