Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 348 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 348 Bytes

pros

  • 1 go module instead of 2 that are merged, therefore no munging of go.mod, go.sum, vendor/modules.txt needed
  • precomputed vendor binaries, which speed up successive tests and builds
  • parallel testing and builds

considerations

  • assumes vendoring. might need a mild refactor to work with both vendored and unvendored projects