This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
project structure: move gps into a dep internal directory #300
Closed
Description
Right now development is in two places: dep and gps. Also gps has to satisfy two customers: dep and glide.
If it is a goal of dep a) become the standard and b) be developed quickly, I suspect pulling gps into an internal directory for now, allowing the API to change quickly and atomically, would speed up development. It would also put all issues in a single location. Let glide continue to use the gps version where it currently is.
To be clear, I applaud breaking up the tool into an package API and a CLI. That is exactly how govendor is structured. And in time the interna/gps
package would be removed from internal to an exposed package.