mirror of
https://github.com/golang-standards/project-layout
synced 2024-11-07 03:20:27 +00:00
adding links
This commit is contained in:
parent
e82886ee0b
commit
a06b205fe5
@ -20,7 +20,7 @@ Don't put a lot of code in the application directory. If you think the code can
|
||||
|
||||
It's common to have a small `main` function that imports and invokes the code from the `/internal` and `/pkg` directories and nothing else.
|
||||
|
||||
See the `/cmd` directory for examples.
|
||||
See the [`/cmd`](cmd/README.md) directory for examples.
|
||||
|
||||
### `/internal`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user