github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+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 }