diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2018-09-03 15:32:18 -0400 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2018-09-03 19:36:38 -0400 |
commit | bfefb5fa2e831e32672c2feaa844bbc1a7d41bc3 (patch) | |
tree | a53551e8cf3b061757d5f7b67f914bdd07247e69 /_posts/2013-7-11-goplus.md | |
parent | 89b452fcceba6bec4f9f80b21113b90688a16406 (diff) |
restarted with minima theme, but am completely revamping it to use custom theme based on getskeleton.org
Diffstat (limited to '_posts/2013-7-11-goplus.md')
-rw-r--r-- | _posts/2013-7-11-goplus.md | 4 |
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 |