parent
e3aeae59e0
commit
d576aa8a25
11
README.md
11
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
|
||||
|
|
Loading…
Reference in New Issue