package
0.0.0-20240930022840-b3779b884ce0
Repository: https://github.com/darcoprogramador/go-notemarkdown.git
Documentation: pkg.go.dev

# Functions

DeleteFile deletes a file from the disk and returns an error filePath is the path to the file.
GetFile returns a file from the disk filePath is the path to the file.
GetFiles returns a list of files in a directory basePath is the path to the directory.
SaveFile saves a file to the disk and returns the file path and an error file is a pointer to a multipart.FileHeader basePath is the path where the file will be saved.