瀏覽代碼

Merge pull request #125 from naviloper/patch-1

Update README.md
chore/proposed-structure
Kyle Quest 4 年之前
committed by GitHub
父節點
當前提交
dd553bd6e1
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 7 行新增6 行删除
  1. +7
    -6
      cmd/README.md

+ 7
- 6
cmd/README.md 查看文件

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

Loading…
取消
儲存