Browse Source

Merge pull request #240 from barockok/patch-1

Update /vendor/README.md
chore/proposed-structure
Kyle Quest 1 year ago
committed by GitHub
parent
commit
3cbb23ba17
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      vendor/README.md

+ 1
- 1
vendor/README.md View File

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


Application dependencies (managed manually or by your favorite dependency management tool like the new built-in, but still experimental, [`modules`](https://github.com/golang/go/wiki/Modules) feature).
Application dependencies (managed manually or by your favorite dependency management tool or the built-in [`modules`](https://github.com/golang/go/wiki/Modules) feature).


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…
Cancel
Save