github.com/ablease/cli@v6.37.1-0.20180613014814-3adbb7d7fb19+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 }