Update vendored library github.com/cpuguy83/go-md2man

This commit is contained in:
Alexander Neumann
2018-03-30 11:48:16 +02:00
parent 673f0bbd6c
commit 30110fcfc2
11 changed files with 104 additions and 42 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -eu -o pipefail
go get -u github.com/alecthomas/gometalinter
gometalinter --install >/dev/null
go get -u github.com/golang/dep/cmd/dep