github.com/mook-as/cf-cli@v7.0.0-beta.28.0.20200120190804-b91c115fae48+incompatible/integration/helpers/plugin_repo_platform_windows.go (about) 1 // +build windows 2 3 package helpers 4 5 // PluginPlatform returns the platform string for Windows. 6 func PluginPlatform() string { 7 return "win64" 8 }