mirror of
https://github.com/golang-standards/project-layout.git
synced 2026-02-04 06:06:18 +00:00
6 lines
212 B
Markdown
6 lines
212 B
Markdown
# `/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 :-)
|