瀏覽代碼

added a reference for a vendoring tool

chore/proposed-structure
Kyle Quest 7 年之前
父節點
當前提交
e70d4ff750
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      README.md
  2. +1
    -1
      vendor/README.md

+ 1
- 1
README.md 查看文件

@@ -38,7 +38,7 @@ See the [`/pkg`](pkg/README.md) directory for examples.

### `/vendor`

Application dependencies (managed manually or by your favorite dependency management tool).
Application dependencies (managed manually or by your favorite dependency management tool like [`dep`](https://github.com/golang/dep)).

Don't commit your application dependencies if you are building a library.



+ 1
- 1
vendor/README.md 查看文件

@@ -1,5 +1,5 @@
# `/vendor`

Application dependencies (managed manually or by your favorite dependency management tool).
Application dependencies (managed manually or by your favorite dependency management tool like [`dep`](https://github.com/golang/dep)).

Don't commit your application dependencies if you are building a library.

Loading…
取消
儲存