Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PHPVersionRegexp = regexp.MustCompile(`-\d+(.\d+){2}-`)
Functions ¶
func TestErlang ¶
func TestErlang()
Types ¶
type Erlang ¶
type Erlang struct { SDKName string RepoName string Version version.VersionList }
For windows: https://github.com/erlang/otp/releases
func (*Erlang) GetSDKName ¶
func (*Erlang) GetVersions ¶
type PHP ¶
type PHP struct { SDKName string RepoName string DownloadUrl string conda.CondaSearcher // contains filtered or unexported fields }
for windows: https://windows.php.net/downloads/releases/archives/ https://github.com/pmmp/PHP-Binaries
func (*PHP) GetSDKName ¶
func (*PHP) GetVersions ¶
Click to show internal directories.
Click to hide internal directories.