mirror of
https://github.com/golang-standards/project-layout
synced 2024-11-17 03:25:58 +00:00
11 lines
337 B
Markdown
11 lines
337 B
Markdown
# `/scripts`
|
|
|
|
Scripts to perform various build, install, analysis, etc operations.
|
|
|
|
These scripts keep the root level Makefile small and simple.
|
|
|
|
Examples:
|
|
|
|
* https://github.com/kubernetes/helm/tree/master/scripts
|
|
* https://github.com/cockroachdb/cockroach/tree/master/scripts
|
|
* https://github.com/hashicorp/terraform/tree/master/scripts |