mirror of https://github.com/status-im/consul.git
Update README.md
Mention vendorfmt in the `Vendoring` section.
This commit is contained in:
parent
a11c277f75
commit
0a50f82ead
|
@ -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…
Reference in New Issue