mirror of
https://github.com/docker/cli.git
synced 2025-08-30 12:01:10 +03:00
Also cleanup the scripts a bit to be more consistent, and fail on errors. Signed-off-by: Daniel Nephin <dnephin@docker.com>
8 lines
189 B
Go
8 lines
189 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 vndr.
|
|
import _ "github.com/cpuguy83/go-md2man"
|