Documentation ¶
Index ¶
- func FileCopy(src, dst string) (int64, error)
- func FileExists(path string) bool
- func FileNameNoExt(fileName string) string
- func FileToString(filePath string) string
- func StringToFile(filePath, content string)
- func Walk(n ast.Node, walker Walker, idx int) error
- func YamlFileToStruct(filePath string, out interface{})
- type TreeNode
- type Walker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileExists ¶
exists returns whether the given file or directory exists
func FileNameNoExt ¶
func FileToString ¶
func StringToFile ¶
func StringToFile(filePath, content string)
func YamlFileToStruct ¶
func YamlFileToStruct(filePath string, out interface{})
Types ¶
type TreeNode ¶
func MdListToTreeNode ¶
Click to show internal directories.
Click to hide internal directories.