Skip to content

Commit

Permalink
Merge pull request golang-standards#128 from bossm0n5t3r/master
Browse files Browse the repository at this point in the history
Update cmd README.md
  • Loading branch information
kcq authored Aug 22, 2021
2 parents 5bf1bca + 5a9c66a commit b080f39
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions cmd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ It's common to have a small `main` function that imports and invokes the code fr

Examples:

* 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/prometheus/prometheus/tree/master/cmd
* https://github.com/influxdata/influxdb/tree/master/cmd
* https://github.com/kubernetes/kubernetes/tree/master/cmd
* https://github.com/satellity/satellity/tree/master/cmd/satellity
* https://github.com/dapr/dapr/tree/master/cmd

- 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/prometheus/prometheus/tree/master/cmd
- https://github.com/influxdata/influxdb/tree/master/cmd
- https://github.com/kubernetes/kubernetes/tree/master/cmd
- https://github.com/dapr/dapr/tree/master/cmd

0 comments on commit b080f39

Please sign in to comment.