mirror of
https://github.com/docker/cli.git
synced 2026-08-29 02:24:23 -05:00
8 lines
80 B
Go
8 lines
80 B
Go
//go:build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/docker/cli-docs-tool"
|
|
)
|