diff options
| author | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-26 21:26:35 +0000 |
|---|---|---|
| committer | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-26 21:26:35 +0000 |
| commit | 103e84d847262830bbaa550b37218e9ca8b317d3 (patch) | |
| tree | e19d3bfd6594600fb28be1ccac1a3869207bc49c /todos.txt | |
| parent | 5c631f0cdb8ee3238ff054d171dd8babd158047b (diff) | |
refactor: split into cmd, pkg
Diffstat (limited to 'todos.txt')
| -rw-r--r-- | todos.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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/<abc> -> code that is not to be imported anywhere outside the internal dir +pkg/<abc> -> code that is supposed to be imported anywhere outside the internal dir |
