Skip to content
Snippets Groups Projects
README.md 457 B
Newer Older
  • Learn to ignore specific revisions
  • sivan's avatar
    sivan committed
    # `/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`](https://golang.org/doc/go1.4#internalpackages) 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.