package
0.0.0-20241009004650-84ea22048b9a
Repository: https://github.com/azure/azure-dev.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
DirExists checks if the given directory path exists.
FileExists checks if the given file path exists and is a regular file.
GetenvOrDefault behaves like `os.Getenv`, except it returns a specified default value if the key is not present in the environment.
No description provided by the author
IsDirEmpty checks if the given directory is empty.
No description provided by the author
Creates a new retry strategy that also reduces the time for when running in test.
Rename is like os.Rename in every way.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ExpandableString is a string that has ${foo} style references inside which can be evaluated.
No description provided by the author