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"
|