Sign in
cos
/
third_party
/
docker
/
refs/heads/cos/master
/
.
/
daemon
/
command
/
service_unsupported.go
blob: 148415c04819be710d8fc081071cc3fc3b9fcc60 [
file
] [
edit
]
//go:build !windows
package command
import (
"github.com/spf13/pflag"
)
func installServiceFlags(flags *pflag.FlagSet) {
}