From 84580e8a78fb9f242e63419094c9f9441a1bf85b Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sat, 22 Jul 2023 22:19:15 +0100 Subject: [PATCH] chore: split frontend/backend into separate folders --- go.mod => frontend/go.mod | 0 go.sum => frontend/go.sum | 0 main.go => frontend/main.go | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename go.mod => frontend/go.mod (100%) rename go.sum => frontend/go.sum (100%) rename main.go => frontend/main.go (100%) diff --git a/go.mod b/frontend/go.mod similarity index 100% rename from go.mod rename to frontend/go.mod diff --git a/go.sum b/frontend/go.sum similarity index 100% rename from go.sum rename to frontend/go.sum diff --git a/main.go b/frontend/main.go similarity index 100% rename from main.go rename to frontend/main.go