Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ Variables func Open(file string) (io.ReadCloser, error) Constants ¶ This section is empty. Variables ¶ View Source var ( // BindataFn is a function to access binary data outside of os.Open BindataFn func(string) ([]byte, error) ) 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. Source Files ¶ View all Source files open.go waves.go Click to show internal directories. Click to hide internal directories.