mirror of
https://github.com/golang-standards/project-layout
synced 2024-11-17 03:25:58 +00:00
.. | ||
_your_public_lib_ | ||
README.md |
/pkg
Library code that's safe to use by external applications (e.g., /pkg/mypubliclib
).
Other projects will import these libraries expecting them to work, so think twice before you put something here :-)
Examples: