Documentation ¶
Overview ¶
Package fileutil provides functionality to subvert os and ioutil calls when needed for particular operating systems (js) or runtimes (asset data packaged into a binary)
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func Open ¶
func Open(file string) (io.ReadCloser, error)
Open is a wrapper around os.Open that will also check a function to access byte data. The intended use is to use the go-bindata library to create an Asset function that matches this signature.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.