Skip to content
Snippets Groups Projects
user avatar
thijsheijden authored
246cfffd
History
Name Last commit Last update
..
data
drivers/rpcdriver
entity
usecases
README.md

/internal

Private application and library code. This is the code you don't want others importing in their applications or libraries. Note that this layout pattern is enforced by the Go compiler itself. See the Go 1.4 release notes for more details. Note that you are not limited to the top level internal directory. You can have more than one internal directory at any level of your project tree.