github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/cli/man/import.go (about) 1 //go:build never 2 // +build never 3 4 package main 5 6 // Not used, but required for generating other man pages. 7 // Import it here so that the package is included by vndr. 8 import _ "github.com/cpuguy83/go-md2man/v2"