From d576aa8a25b9ee3606396c3e61cfc3c5f117b627 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 7 Nov 2024 04:59:54 -0600 Subject: [PATCH] better notes Signed-off-by: Jeff Carr --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8174c1..9409245 100644 --- a/README.md +++ b/README.md @@ -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