mirror of
https://github.com/docker/cli.git
synced 2025-11-22 18:03:07 +03:00
9 lines
96 B
Go
9 lines
96 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/docker/cli-docs-tool"
|
|
)
|