aboutsummaryrefslogtreecommitdiff
path: root/tools_install.go
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-02-02 09:19:13 -0800
committerChristine Dodrill <me@christine.website>2019-02-02 09:19:13 -0800
commit337f35b437b8f1e8b64b789e7297dd115d378ed7 (patch)
tree98894e7ce7fb1d8d05ae4648432b062acaf84ebc /tools_install.go
parent22674d6d479afa2e19262ccd30265020964f37fc (diff)
downloadx-337f35b437b8f1e8b64b789e7297dd115d378ed7.tar.xz
x-337f35b437b8f1e8b64b789e7297dd115d378ed7.zip
tokipona: add dictionary json
Diffstat (limited to 'tools_install.go')
-rw-r--r--tools_install.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools_install.go b/tools_install.go
index 636b5c5..98ddcd4 100644
--- a/tools_install.go
+++ b/tools_install.go
@@ -16,7 +16,7 @@ func main() {
env := append(os.Environ(), []string{"GO111MODULE=on"}...)
- for _, tool := range []string{"github.com/robertkrimen/godocdown/godocdown"} {
+ for _, tool := range []string{"github.com/robertkrimen/godocdown/godocdown", "github.com/go-bindata/go-bindata/go-bindata"} {
yeet.ShouldWork(ctx, env, yeet.WD, "go", "install", tool)
}
}