mirror of
https://github.com/moby/moby.git
synced 2025-04-18 20:44:11 +03:00
Vendor the go-md2man tool used to generate the man pages so that the only dependency is a Go toolchain. Signed-off-by: Cory Snider <csnider@mirantis.com>
8 lines
80 B
Go
8 lines
80 B
Go
//go:build tools
|
|
|
|
package man
|
|
|
|
import (
|
|
_ "github.com/cpuguy83/go-md2man/v2"
|
|
)
|