Skip to content

Commit b080f39

Browse files
authored
Merge pull request #128 from bossm0n5t3r/master
Update cmd README.md
2 parents 5bf1bca + 5a9c66a commit b080f39

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

cmd/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ It's common to have a small `main` function that imports and invokes the code fr
1010

1111
Examples:
1212

13-
* https://github.com/heptio/ark/tree/master/cmd (just a really small `main` function with everything else in packages)
14-
* https://github.com/moby/moby/tree/master/cmd
15-
* https://github.com/prometheus/prometheus/tree/master/cmd
16-
* https://github.com/influxdata/influxdb/tree/master/cmd
17-
* https://github.com/kubernetes/kubernetes/tree/master/cmd
18-
* https://github.com/satellity/satellity/tree/master/cmd/satellity
19-
* https://github.com/dapr/dapr/tree/master/cmd
20-
13+
- https://github.com/heptio/ark/tree/master/cmd (just a really small `main` function with everything else in packages)
14+
- https://github.com/moby/moby/tree/master/cmd
15+
- https://github.com/prometheus/prometheus/tree/master/cmd
16+
- https://github.com/influxdata/influxdb/tree/master/cmd
17+
- https://github.com/kubernetes/kubernetes/tree/master/cmd
18+
- https://github.com/dapr/dapr/tree/master/cmd

0 commit comments

Comments
 (0)