Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMissingPath = errors.New("missing path")
Functions ¶
This section is empty.
Types ¶
type Artifact ¶
An interface for different Godot-related files andfolder structures which 'gdenv' needs to interact with.
type Named ¶ added in v0.6.0
type Named interface {
Name() string
}
An interface for any artifacts which have a specific name.
type Platformed ¶
An interface for any artifacts which are tied to a specific operating system and CPU architecture.
Click to show internal directories.
Click to hide internal directories.