mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
8 lines
198 B
Go
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"
|