stash/vendor/github.com/gobuffalo/packd
Stash Dev 4b037e1040 Dependency updates 2019-05-27 12:34:26 -07:00
..
.gitignore Initial commit 2019-02-09 04:32:50 -08:00
.gometalinter.json Initial commit 2019-02-09 04:32:50 -08:00
LICENSE Initial commit 2019-02-09 04:32:50 -08:00
Makefile Initial commit 2019-02-09 04:32:50 -08:00
README.md Initial commit 2019-02-09 04:32:50 -08:00
azure-pipelines.yml Dependency updates 2019-05-27 12:34:26 -07:00
azure-tests.yml Dependency updates 2019-05-27 12:34:26 -07:00
file.go Initial commit 2019-02-09 04:32:50 -08:00
file_info.go Initial commit 2019-02-09 04:32:50 -08:00
go.mod Initial commit 2019-02-09 04:32:50 -08:00
go.sum Initial commit 2019-02-09 04:32:50 -08:00
interfaces.go Initial commit 2019-02-09 04:32:50 -08:00
memory_box.go Initial commit 2019-02-09 04:32:50 -08:00
skip_walker.go Initial commit 2019-02-09 04:32:50 -08:00
version.go Initial commit 2019-02-09 04:32:50 -08:00

README.md

GoDoc Build Status Go Report Card

github.com/gobuffalo/packd

This is a collection of interfaces designed to make using github.com/gobuffalo/packr easier, and to make the transition between v1 and v2 as seamless as possible.

They can, and should, be used for testing, alternate Box implementations, etc...

Installation

$ go get -u -v github.com/gobuffalo/packd

Memory Box

The packd#MemoryBox is a complete, thread-safe, implementation of packd#Box