File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,9 @@ It's common to have a small `main` function that imports and invokes the code fr
10
10
11
11
Examples:
12
12
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
You can’t perform that action at this time.
0 commit comments