better notes

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-11-07 04:59:54 -06:00
parent e3aeae59e0
commit d576aa8a25
1 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# go-clone # go-clone
5 years earlier, [gohack](https://github.com/rogpeppe/gohack) was written for the same reasons 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 so here it is: this tool was written. gohack has a good justification for this kind of tool.
## Install go-glone ## 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 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 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 ## Gohack: mutable checkouts of Go module dependencies
The new Go module system is awesome. It ensures repeatable, deterministic The new Go module system is awesome. It ensures repeatable, deterministic