Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpgradeConfig ¶
Types ¶
type Config ¶
type Config struct { // Extension is the extension used by the target output generated by the dist script: for example, "tgz", // "zip", etc. Extension is used to locate the output generated by the dist script. The output should be a file // of the form "{{product-name}}-{{version}}.{{Extension}}". If Extension is empty, it is assumed that the // output has no extension and is of the form "{{product-name}}-{{version}}". Extension string `yaml:"extension,omitempty"` }
Click to show internal directories.
Click to hide internal directories.