github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/integration/helpers/plugin_repo_platform_windows.go (about) 1 //go:build windows 2 // +build windows 3 4 package helpers 5 6 // PluginPlatform returns the platform string for Windows. 7 func PluginPlatform() string { 8 return "win64" 9 }