mirror of https://github.com/docker/cli.git
8 lines
79 B
Go
8 lines
79 B
Go
|
// +build tools
|
||
|
|
||
|
package main
|
||
|
|
||
|
import (
|
||
|
_ "github.com/docker/cli-docs-tool"
|
||
|
)
|