github.com/demonoid81/moby@v0.0.0-20200517203328-62dd8e17c460/cmd/dockerd/service_unsupported.go (about) 1 // +build !windows 2 3 package main 4 5 import ( 6 "github.com/spf13/pflag" 7 ) 8 9 func installServiceFlags(flags *pflag.FlagSet) { 10 }