Bläddra i källkod

added a reference for a vendoring tool

chore/proposed-structure
Kyle Quest 7 år sedan
förälder
incheckning
e70d4ff750
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. +1
    -1
      README.md
  2. +1
    -1
      vendor/README.md

+ 1
- 1
README.md Visa fil

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


### `/vendor` ### `/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. Don't commit your application dependencies if you are building a library.




+ 1
- 1
vendor/README.md Visa fil

@@ -1,5 +1,5 @@
# `/vendor` # `/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. Don't commit your application dependencies if you are building a library.

Laddar…
Avbryt
Spara