Documentation ¶
Index ¶
Constants ¶
View Source
const ( SymlinkBuilder = "symlink" CopyBuilder = "copy" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Build ConfigBuild `toml:"build"` Get ConfigGet `toml:"get"` }
type ConfigBuild ¶
type ConfigBuild struct {
Strategy string `toml:"strategy"`
}
Click to show internal directories.
Click to hide internal directories.