8 lines
80 B
Go
8 lines
80 B
Go
//go:build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/docker/cli-docs-tool"
|
|
)
|