File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ It's common to have a small `main` function that imports and invokes the code fr
1010
1111Examples:
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/dapr/dapr/tree/master/cmd
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
19+ * https://github.com/ethereum/go-ethereum/tree/master/cmd
You can’t perform that action at this time.
0 commit comments