mirror of
https://github.com/golang-standards/project-layout.git
synced 2026-02-04 06:06:18 +00:00
@@ -10,9 +10,10 @@ It's common to have a small `main` function that imports and invokes the code fr
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
- https://github.com/heptio/ark/tree/master/cmd (just a really small `main` function with everything else in packages)
|
* https://github.com/heptio/ark/tree/master/cmd (just a really small `main` function with everything else in packages)
|
||||||
- https://github.com/moby/moby/tree/master/cmd
|
* https://github.com/moby/moby/tree/master/cmd
|
||||||
- https://github.com/prometheus/prometheus/tree/master/cmd
|
* https://github.com/prometheus/prometheus/tree/master/cmd
|
||||||
- https://github.com/influxdata/influxdb/tree/master/cmd
|
* https://github.com/influxdata/influxdb/tree/master/cmd
|
||||||
- https://github.com/kubernetes/kubernetes/tree/master/cmd
|
* https://github.com/kubernetes/kubernetes/tree/master/cmd
|
||||||
- https://github.com/dapr/dapr/tree/master/cmd
|
* https://github.com/dapr/dapr/tree/master/cmd
|
||||||
|
* https://github.com/ethereum/go-ethereum/tree/master/cmd
|
||||||
|
|||||||
Reference in New Issue
Block a user