소스 검색

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.

불러오는 중...
취소
저장