Documentation
¶
Index ¶
- Variables
- func Executable(ctx context.Context, storePath string, ex executable.Executable, force bool) error
- func Source(ctx context.Context, storePath string, v version.Version, force bool) error
- func Vendor(ctx context.Context, storePath string, v version.Version, out string, ...) error
- func Which(ctx context.Context, storePath string, p platform.Platform, atPath string) (string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMissingInput = errors.New("missing input")
View Source
var ErrNotInstalled = errors.New("version not installed")
Functions ¶
func Executable ¶
func Executable( ctx context.Context, storePath string, ex executable.Executable, force bool, ) error
Downloads and caches a platform-specific version of Godot.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.