From ba4c890ee9c0861a87a2b494fe13fb56db869696 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 21 Nov 2025 16:13:25 -0500 Subject: [PATCH] refactor: comply with Go module organization --- src/main.go => main.go | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/main.go => main.go (100%) diff --git a/src/main.go b/main.go similarity index 100% rename from src/main.go rename to main.go