on Is there a repository of best practices when it comes to Go? (project/file structure, decoupling) · c/golang · 1 pts · 3yThe language feature is the internal/ directory, and it's function of restricting dependencies from external programs.
on Is there a repository of best practices when it comes to Go? (project/file structure, decoupling) · c/golang · 3 pts · 3ySome aspects of that repo are actually language features, such as the pkg and internal directories.
The language feature is the
internal/directory, and it's function of restricting dependencies from external programs.Some aspects of that repo are actually language features, such as the pkg and internal directories.