1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00
Files
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"