Sfoglia il codice sorgente

added a reference for a vendoring tool

chore/proposed-structure
Kyle Quest 7 anni fa
parent
commit
e70d4ff750
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      README.md
  2. +1
    -1
      vendor/README.md

+ 1
- 1
README.md Vedi File

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

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

Caricamento…
Annulla
Salva