github.com/jenspinney/cli@v6.42.1-0.20190207184520-7450c600020e+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 }