Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
added LegacyBox
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Oct 27, 2018
1 parent 88d6e43 commit 07a314c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions box.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ var _ packd.Lister = Box{}
var _ packd.Addable = Box{}
var _ packd.Walkable = Box{}
var _ packd.Finder = Box{}
var _ packd.LegacyBox = Box{}

// NewBox returns a Box that can be used to
// retrieve files from either disk or the embedded
Expand Down

0 comments on commit 07a314c

Please sign in to comment.