Documentation
¶
Index ¶
- Variables
- func ExistsFS(target string) bool
- func HTTPGet(ctx context.Context, url string) ([]byte, error)
- func HTTPMirror(ctx context.Context, url string, targetFile string) error
- func Untar(tarball string, targetDir string) error
- func UntarStrip(tarball string, targetDir string, strip int) error
- type GitHub
- type Go
- type Installer
- type Java
- type Language
- type Node
- type OSArch
- type Perl
- type Python
- type Raku
- type Ruby
Constants ¶
This section is empty.
Variables ¶
View Source
var All = []string{
"go",
"java",
"node",
"perl",
"python",
"raku",
"ruby",
}
Functions ¶
Types ¶
type Language ¶
func (*Language) SetVersion ¶
Click to show internal directories.
Click to hide internal directories.