mirror of
https://github.com/golang-standards/project-layout.git
synced 2026-02-04 06:06:18 +00:00
badges
This commit is contained in:
10
README.md
10
README.md
@@ -74,7 +74,7 @@ Put your CI (travis, circle, drone) configurations and scripts in the `/build/ci
|
|||||||
|
|
||||||
* `/deployments`
|
* `/deployments`
|
||||||
|
|
||||||
IaaS, PaaS, system and container orchestration deployment configurations and templates (docker-compose, kubernetes/helm, mesos, terraform).
|
IaaS, PaaS, system and container orchestration deployment configurations and templates (docker-compose, kubernetes/helm, mesos, terraform, bosh).
|
||||||
|
|
||||||
* `/test`
|
* `/test`
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ Additional external test apps and test data.
|
|||||||
|
|
||||||
* `/docs`
|
* `/docs`
|
||||||
|
|
||||||
Design and user documents.
|
Design and user documents (in addition to your godoc generated documentation).
|
||||||
|
|
||||||
* `/tools`
|
* `/tools`
|
||||||
|
|
||||||
@@ -106,7 +106,11 @@ Git hooks.
|
|||||||
|
|
||||||
Other assets to go along with your repository.
|
Other assets to go along with your repository.
|
||||||
|
|
||||||
|
## Badges
|
||||||
|
|
||||||
|
[](https://goreportcard.com/report/github.com/golang-standards/project-layout)
|
||||||
|
[](http://godoc.org/github.com/golang-standards/project-layout)
|
||||||
|
[](https://github.com/golang-standards/project-layout/releases/latest)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user