convox/vendor/github.com/gobuffalo/packd
David Dollar 473a4937f3
init
2019-08-16 15:49:19 -04:00
..
internal/takeon/github.com/markbates/errx init 2019-08-16 15:49:19 -04:00
.gitignore init 2019-08-16 15:49:19 -04:00
.gometalinter.json init 2019-08-16 15:49:19 -04:00
azure-pipelines.yml init 2019-08-16 15:49:19 -04:00
azure-tests.yml init 2019-08-16 15:49:19 -04:00
file_info.go init 2019-08-16 15:49:19 -04:00
file.go init 2019-08-16 15:49:19 -04:00
go.mod init 2019-08-16 15:49:19 -04:00
go.sum init 2019-08-16 15:49:19 -04:00
interfaces.go init 2019-08-16 15:49:19 -04:00
LICENSE init 2019-08-16 15:49:19 -04:00
Makefile init 2019-08-16 15:49:19 -04:00
map.go init 2019-08-16 15:49:19 -04:00
memory_box.go init 2019-08-16 15:49:19 -04:00
README.md init 2019-08-16 15:49:19 -04:00
SHOULDERS.md init 2019-08-16 15:49:19 -04:00
skip_walker.go init 2019-08-16 15:49:19 -04:00
version.go init 2019-08-16 15:49:19 -04:00

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