minus-squarefoehammertoGolang•Is there a repository of best practices when it comes to Go? (project/file structure, decoupling)linkfedilinkEnglisharrow-up1·2 years agoThe language feature is the internal/ directory, and it’s function of restricting dependencies from external programs. linkfedilink
minus-squarefoehammertoGolang•Is there a repository of best practices when it comes to Go? (project/file structure, decoupling)linkfedilinkEnglisharrow-up3·2 years agoSome aspects of that repo are actually language features, such as the pkg and internal directories. linkfedilink
The language feature is the
internal/
directory, and it’s function of restricting dependencies from external programs.