more references

This commit is contained in:
Kyle Quest
2018-04-29 08:42:16 -07:00
parent 55ba244c26
commit e82886ee0b
10 changed files with 37 additions and 4 deletions

View File

@@ -10,4 +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
* 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