Browse Source

Update README.md

Mention vendorfmt in the `Vendoring` section.
pull/3609/head
Frank Schroeder 7 years ago
parent
commit
0a50f82ead
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD
  1. 3
      README.md

3
README.md

@ -67,4 +67,5 @@ format the code according to Go standards.
## Vendoring
Consul currently uses [govendor](https://github.com/kardianos/govendor) for
vendoring.
vendoring and [vendorfmt](https://github.com/magiconair/vendorfmt) for formatting
`vendor.json` to a more merge-friendly "one line per package" format.

Loading…
Cancel
Save