Documentation
¶
Index ¶
- Constants
- Variables
- func Abs(pwd, path string) string
- func DependencyDir(tempDir, name string) string
- func EnsureDirectoryExists(path string)
- func IsDir(path string) bool
- func IsFile(path string) bool
- func ModuleDir(tempDir, name string) string
- func Remove(path string)
- func TempDir(pwd, src string) string
Constants ¶
View Source
const ( // TauPath directory where all processing is done TauPath = ".tau" // ModulePath is directory where modules are downloaded ModulePath = "module" // DependencyPath directory where to process dependencies DependencyPath = "dep" )
Variables ¶
View Source
var ( // WorkingDir is directory where user is running command from WorkingDir string )
Functions ¶
func DependencyDir ¶
DependencyDir creates and return the directory for dependencies.
func EnsureDirectoryExists ¶
func EnsureDirectoryExists(path string)
EnsureDirectoryExists makes sure the entire path exists, all parent folders too.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.