package
Version:
v6.37.0+incompatible
Opens a new window with list of versions in this module.
Published: May 25, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var PluginRepoDir = func() string {
if os.Getenv("CF_PLUGIN_HOME") != "" {
return os.Getenv("CF_PLUGIN_HOME")
}
pluginDir, _ := homeDir()
return pluginDir
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.