Ver código fonte

Merge pull request #128 from bossm0n5t3r/master

Update cmd README.md
chore/proposed-structure
Kyle Quest 4 anos atrás
committed by GitHub
pai
commit
b080f39425
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 6 adições e 8 exclusões
  1. +6
    -8
      cmd/README.md

+ 6
- 8
cmd/README.md Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar