package
0.1.7
Repository: https://github.com/rakyll/statik.git
Documentation: pkg.go.dev

# Functions

IsDefaultNamespace returns true if the assetNamespace is the default one.
New creates a new file system with the default registered zip contents data.
NewWithNamespace creates a new file system with the registered zip contents data.
ReadFile reads the contents of the file of hfs specified by name.
Register registers zip contents data, later used to initialize the statik file system.
RegisterWithNamespace registers zip contents data and set asset namespace, later used to initialize the statik file system.
Walk walks the file tree rooted at root, calling walkFn for each file or directory in the tree, including root.