1
0
mirror of https://github.com/moby/moby.git synced 2025-04-18 20:44:11 +03:00
moby/man/tools.go
Cory Snider 05d7008419 man: build dockerd man pages using make
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>
2024-08-19 14:01:38 -04:00

8 lines
80 B
Go

//go:build tools
package man
import (
_ "github.com/cpuguy83/go-md2man/v2"
)