Versions in this module Expand all Collapse all v0 v0.1.3 Sep 13, 2021 v0.1.2 Sep 9, 2021 Changes in this version + type BoxExtended struct + func New(originalBox *packr.Box) *BoxExtended + func (be BoxExtended) Open(name string) (http.File, error) + type VariableFileFixed struct + func (f *VariableFileFixed) Close() error + func (f *VariableFileFixed) Seek(offset int64, whence int) (int64, error) + func (f VariableFileFixed) Readdir(count int) ([]os.FileInfo, error) + func (f VariableFileFixed) Stat() (os.FileInfo, error) + func (f VariableFileFixed) String() string