Files
docker-cli/man/import.go
CrazyMax 7e560ae76f vendor with go mod
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-12-16 21:16:01 +01:00

8 lines
198 B
Go

// +build never
package main
// Not used, but required for generating other man pages.
// Import it here so that the package is included by go modules.
import _ "github.com/cpuguy83/go-md2man/v2"