Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( StaticStorageDirectory = filepath.Join(mustGetHomeDir(), twDirName) TempStorageDirectory = filepath.Join(os.TempDir(), twDirName) )
View Source
var ErrArchiveFileNotFound = errors.New("archive file not found")
View Source
var ErrRequiredVersionNotFound = errors.New("required version not found")
Functions ¶
func HclRequiredVersion ¶
HclRequiredVersion parse HCL looking for the expression `required_version = "~> 1.2.3"` to extract the semantic version.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.