Versions in this module Expand all Collapse all v0 v0.0.17 Dec 27, 2020 v0.0.16 Dec 8, 2020 Changes in this version + type Box interface + Add func(file string, content []byte) + Get func(file string) []byte + Has func(file string) bool + List func() []string + var Boxed Box = newEmbedBox()