Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystem ¶
type FileSystem interface { http.FileSystem ReadFile(name string) ([]byte, error) WriteFile(name string, data []byte) error }
var (
Assets FileSystem
)
func NewFs ¶
func NewFs(ns string) FileSystem
Click to show internal directories.
Click to hide internal directories.