github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/integration/helpers/plugin_repo_platform_unix.go (about)

     1  //go:build !windows
     2  // +build !windows
     3  
     4  package helpers
     5  
     6  // PluginPlatform returns the platform string for Unix.
     7  func PluginPlatform() string {
     8  	return "linux64"
     9  }