github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+incompatible/integration/helpers/plugin_repo_platform_unix.go (about)

     1  // +build !windows
     2  
     3  package helpers
     4  
     5  // PluginPlatform returns the platform string for Unix.
     6  func PluginPlatform() string {
     7  	return "linux64"
     8  }