summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files 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