mirror of
https://github.com/docker/docs.git
synced 2026-04-04 18:28:58 +07:00
10 lines
122 B
Go
10 lines
122 B
Go
// +build !daemon
|
|
|
|
package main
|
|
|
|
import "github.com/docker/docker/cli"
|
|
|
|
const daemonUsage = ""
|
|
|
|
var daemonCli cli.Handler
|