Versions in this module Expand all Collapse all v0 v0.1.1 Mar 7, 2020 v0.1.0 Feb 28, 2019 Changes in this version + type Box struct + Dest string + func New(packrBox packr.Box, dest string) *Box + func (box *Box) Clear() error + func (box *Box) Extract(file string) (string, error) + func (box *Box) ExtractTo(dest string, file string) error + func (box *Box) ExtractToDir(dest string, file string) (string, error)