mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-08-28 13:25:44 +00:00
ed7cba986e
In order to support the docker experimental feature build, moving the service commands under experimental tag. Please refer to : https://github.com/docker/docker/pull/13338/ for more information Signed-off-by: Madhu Venugopal <madhu@docker.com>
8 lines
80 B
Go
8 lines
80 B
Go
// +build !experimental
|
|
|
|
package client
|
|
|
|
var (
|
|
serviceCommands = []command{}
|
|
)
|