github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+incompatible/integration/helpers/plugin_repo_platform_unix.go (about)

     1  // +build !windows
     2  
     3  package helpers
     4  
     5  func PluginPlatform() string {
     6  	return "linux64"
     7  }