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.