Documentation ¶ Index ¶ func ReadFile(path string, fs http.FileSystem) ([]byte, error) func Walk(fs http.FileSystem, root string, walkFn filepath.WalkFunc) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ReadFile ¶ func ReadFile(path string, fs http.FileSystem) ([]byte, error) #nosec G304 ReadFile returns the raw content of a file func Walk ¶ func Walk(fs http.FileSystem, root string, walkFn filepath.WalkFunc) error Walk walks the filesystem rooted at root, calling walkFn for each file or directory in the filesystem, including root. All errors that arise visiting files and directories are filtered by walkFn. The files are walked in lexical order. Types ¶ This section is empty. Source Files ¶ View all Source files utils.go Click to show internal directories. Click to hide internal directories.