blob: bed8ddb49bfe92607db04fb15895c050cdbcc407 (
plain)
1
2
3
4
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
|