mirror of
https://github.com/docker/cli.git
synced 2026-01-25 03:42:05 +03:00
Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: fb83394714a9797f8ca5a08023a89560ce6c4aa3 Component: engine
11 lines
148 B
Go
11 lines
148 B
Go
// +build experimental
|
|
|
|
package daemon
|
|
|
|
import (
|
|
"github.com/spf13/pflag"
|
|
)
|
|
|
|
func (config *Config) attachExperimentalFlags(cmd *pflag.FlagSet) {
|
|
}
|