Files
containerd/vendor/github.com/cpuguy83/go-md2man
Derek McGowan 5bb0281d16 Fix missing vendor packages
The switch to urfave/cli had a use of a /v2 API, which
go modules handles correctly but vndr ignores. Downgrade
urfave/cli for now until the switch to go modules. Add
missing dependencies, which vndr now sees.
Note that CI was not catching this issue, it seems that
some part of the build process was pulling in dependencies
even if they weren't in vendor, causing the build to work.
However the vendor check was not seeing it. The ARM build
didn't pull in other dependencies into the gopath, causing
those builds to break.

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2019-09-12 18:35:40 -07:00
..
2019-09-12 18:35:40 -07:00
2019-09-12 18:35:40 -07:00
2019-09-12 18:35:40 -07:00
2019-09-12 18:35:40 -07:00

go-md2man

** Work in Progress ** This still needs a lot of help to be complete, or even usable!

Uses blackfriday to process markdown into man pages.

Usage

./md2man -in /path/to/markdownfile.md -out /manfile/output/path

How to contribute

We use dep for vendoring Go packages. See dep documentation for how to update.

TODO

  • Needs oh so much testing love
  • Look into blackfriday's 2.0 API