Преглед изворни кода

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` ### `/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 Прегледај датотеку

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

Loading…
Откажи
Сачувај