mirror of https://github.com/liamg/aminal.git
|
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| .gometalinter.json | ||
| .travis.yml | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| file.go | ||
| file_info.go | ||
| file_test.go | ||
| go.mod | ||
| go.sum | ||
| interfaces.go | ||
| memory_box.go | ||
| memory_box_test.go | ||
| skip_walker.go | ||
| skip_walker_test.go | ||
| version.go | ||
README.md
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