From 8c6447921301a1dc314f46de21a18bdd9c8e356a Mon Sep 17 00:00:00 2001 From: Arik Jones Date: Tue, 3 Sep 2024 10:51:30 -0500 Subject: [PATCH] Remove conventions document from trackings --- CONVENTIONS.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 CONVENTIONS.md diff --git a/CONVENTIONS.md b/CONVENTIONS.md deleted file mode 100644 index de7538c..0000000 --- a/CONVENTIONS.md +++ /dev/null @@ -1,3 +0,0 @@ -- Use golang for all code. -- Use cobra for all CLI commands. -- Use a modular approach for code organization.