Ver a proveniência

Merge pull request #125 from naviloper/patch-1

Update README.md
chore/proposed-structure
Kyle Quest há 4 anos
committed by GitHub
ascendente
cometimento
dd553bd6e1
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 7 adições e 6 eliminações
  1. +7
    -6
      cmd/README.md

+ 7
- 6
cmd/README.md Ver ficheiro

@@ -10,9 +10,10 @@ 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/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
* https://github.com/ethereum/go-ethereum/tree/master/cmd

Carregando…
Cancelar
Guardar