github.com/rita33cool1/iot-system-gateway@v0.0.0-20200911033302-e65bde238cc5/docker-engine/pkg/plugins/discovery_windows.go (about) 1 package plugins // import "github.com/docker/docker/pkg/plugins" 2 3 import ( 4 "os" 5 "path/filepath" 6 ) 7 8 var specsPaths = []string{filepath.Join(os.Getenv("programdata"), "docker", "plugins")}