blob: 47510bc49a8956f6541ea8a750ae857fa9371dc7 [file] [log] [blame] [edit]
//go:build tools
// +build tools
package main
import (
_ "github.com/docker/cli-docs-tool"
)