From 103e84d847262830bbaa550b37218e9ca8b317d3 Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Thu, 26 Mar 2026 21:26:35 +0000 Subject: refactor: split into cmd, pkg --- todos.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 todos.txt (limited to 'todos.txt') diff --git a/todos.txt b/todos.txt new file mode 100644 index 0000000..bed8ddb --- /dev/null +++ b/todos.txt @@ -0,0 +1,5 @@ +REFACTORRRR + +cmd/ -> contains main.go files +internal/ -> code that is not to be imported anywhere outside the internal dir +pkg/ -> code that is supposed to be imported anywhere outside the internal dir -- cgit v1.3.1