github.com/cloudfoundry-attic/cli-with-i18n@v6.32.1-0.20171002233121-7401370d3b85+incompatible/integration/helpers/plugin_repo_platform_windows.go (about)

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