summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Picciano <bgp2396@bellsouth.net>2013-10-08 22:19:12 -0400
committerBrian Picciano <bgp2396@bellsouth.net>2013-10-08 22:33:00 -0400
commit9624df51ec97b258da152d8807619c56104f7815 (patch)
treee42510a24ba76b3e01ac8465e19954c1c1b26263
parent35f1708c1f59050b46b8ba387e2906755bfa73d5 (diff)
added in goat shoutout to go+ post
-rw-r--r--goplus.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/goplus.md b/goplus.md
index e6d9f85..58ab303 100644
--- a/goplus.md
+++ b/goplus.md
@@ -60,3 +60,14 @@ done
cd "$ORIG_DIR"
exec go $@
```
+
+# UPDATE: Goat
+
+I'm leaving this post for posterity, but go+ has some serious flaws in it. For
+one, it doesn't allow for specifying the version of a dependency you want to
+use. To this end, I wrote [goat][0] which does all the things go+ does, plus
+real dependency management, PLUS it is built in a way that if you've been
+following go's best-practices for code organization you shouldn't have to change
+any of your existing code AT ALL. It's cool, check it out.
+
+[0]: http://github.com/mediocregopher/goat