summaryrefslogtreecommitdiff
path: root/_posts/2013-7-11-goplus.md
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2013-7-11-goplus.md')
-rw-r--r--_posts/2013-7-11-goplus.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/_posts/2013-7-11-goplus.md b/_posts/2013-7-11-goplus.md
index e8402f6..5ee121e 100644
--- a/_posts/2013-7-11-goplus.md
+++ b/_posts/2013-7-11-goplus.md
@@ -1,5 +1,7 @@
---
title: Go+
+description: >-
+ A simple proof-of-concept script for doing go dependency management.
---
Compared to other languages go has some strange behavior regarding its project
@@ -63,7 +65,7 @@ cd "$ORIG_DIR"
exec go $@
```
-# UPDATE: Goat
+## 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