Documentation
¶
Index ¶
- func CreateEmptyFile(path string) (err error)
- func CreateFile(path string) (err error)
- func FileBase(path string, ext string) string
- func FilterDirectories(paths []string) []string
- func FindIndexOf(array []string, target string) int
- func GetStringAtIndex(array []string, index int, fallback string) string
- func Getwd() string
- func PanicIfError(err error)
- func PanicIfFalse(condition bool, message string)
- func PanicIfPathDoesNotExist(path string)
- func PanicIfPathExists(path string)
- func PanicIfTrue(condition bool, message string)
- func PathExists(filename string) bool
- func PathIsDir(filename string) bool
- func PathIsFile(filename string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEmptyFile ¶
func CreateFile ¶
func FilterDirectories ¶
func FindIndexOf ¶
func PanicIfError ¶
func PanicIfError(err error)
func PanicIfFalse ¶
func PanicIfPathDoesNotExist ¶
func PanicIfPathDoesNotExist(path string)
func PanicIfPathExists ¶
func PanicIfPathExists(path string)
func PanicIfTrue ¶
func PathExists ¶
func PathIsFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.