mirror of https://github.com/docker/cli.git
11 lines
168 B
Go
11 lines
168 B
Go
|
// +build tools
|
||
|
|
||
|
package main
|
||
|
|
||
|
import (
|
||
|
_ "github.com/cpuguy83/go-md2man/v2"
|
||
|
_ "github.com/spf13/cobra"
|
||
|
_ "github.com/spf13/cobra/doc"
|
||
|
_ "github.com/spf13/pflag"
|
||
|
)
|