diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 04:59:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 04:59:54 -0600 |
| commit | d576aa8a25b9ee3606396c3e61cfc3c5f117b627 (patch) | |
| tree | d8da2c8edee03dfd79c96144a45c85e0ddc5d535 | |
| parent | e3aeae59e093ad0b3d9f278c10ff9470cc62ed59 (diff) | |
better notesv0.5.2
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,6 +1,6 @@ # go-clone -5 years earlier, [gohack](https://github.com/rogpeppe/gohack) was written for the same reasons -this tool was written. gohack has a good justification for this kind of tool so here it is: +In 2018, [gohack](https://github.com/rogpeppe/gohack) was written for the same reasons +this tool was written. gohack has a good justification for this kind of tool. ## Install go-glone @@ -12,10 +12,15 @@ This will make a work directory and download everything needs to compile go-clon go-clone go.wit.com/apps/go-clone -Or to recursively get all build dependancies: +Or to recursively clone all the build dependancies: go-clone --recursive go.wit.com/apps/go-clone +## TODO: + +* use protobuf +* move edge case mappings to a config file + ## Gohack: mutable checkouts of Go module dependencies The new Go module system is awesome. It ensures repeatable, deterministic |
