Documentation ¶
Index ¶
- func GetActualDirName(directory, dirToLookIn string) (string, error)
- func GetAllDirsInDir(dirToLookIn string) ([]string, error)
- func GetStaticFS() (http.FileSystem, error)
- func OpenFile(filename string) (http.File, error)
- func OpenFileFromStaticFS(statikFS http.FileSystem, filename string) (http.File, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetActualDirName ¶
GetActualDirName gets actual dir name from inside a dir
func GetAllDirsInDir ¶
GetAllDirsInDir gets all dirs inside a directory
func OpenFileFromStaticFS ¶
OpenFileFromStaticFS gets the FS used for static files
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.