mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +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
|