github.com/wanddynosios/cli/v8@v8.7.9-0.20240221182337-1a92e3a7017f/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 }